summaryrefslogtreecommitdiff
path: root/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild')
-rw-r--r--net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild12
1 files changed, 11 insertions, 1 deletions
diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild b/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild
index 1a95c5a5124..fe3aafc57e9 100644
--- a/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild
@@ -23,5 +23,15 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:6
"
RDEPEND="${DEPEND}
- !${CATEGORY}/${PN}:5[-kf6compat(-)]
+ >=net-misc/${PN}-common-${PV}
"
+
+# Shipped by net-misc/kio-zeroconf-common package for shared use w/ SLOT 5
+ECM_REMOVE_FROM_INSTALL=(
+ /usr/share/dbus-1/interfaces/org.kde.kdnssd.xml
+)
+
+src_prepare() {
+ ecm_src_prepare
+ ecm_punt_po_install
+}