[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-09-01 Thread Andreas Sturmlechner
commit: d39493ae8bcefadf65af78408637d324b2b8a228
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  1 13:45:27 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  1 13:49:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39493ae

net-misc/kio-zeroconf: drop 23.08.5-r1, 24.05.2-r1, 24.08.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild| 37 --
 .../kio-zeroconf/kio-zeroconf-24.05.2-r1.ebuild| 37 --
 net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild  | 37 --
 3 files changed, 111 deletions(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
deleted file mode 100644
index 6724a7a9a616..
--- a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdnssd-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${CATEGORY}/${PN}-common
-"
-
-# 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
-}

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.05.2-r1.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-24.05.2-r1.ebuild
deleted file mode 100644
index 7ae08ed86209..
--- a/net-misc/kio-zeroconf/kio-zeroconf-24.05.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus]
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/kdnssd-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   >=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
-}

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild
deleted file mode 100644
index fe3aafc57e9d..
--- a/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus]
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/kdnssd-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   >=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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf-common/

2024-09-01 Thread Andreas Sturmlechner
commit: 788d2f533ddc43088537c064a602420cf94aed26
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  1 13:45:52 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  1 13:49:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788d2f53

net-misc/kio-zeroconf-common: drop 24.05.2, 24.08.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kio-zeroconf-common-24.05.2.ebuild | 22 --
 .../kio-zeroconf-common-24.08.0.ebuild | 22 --
 2 files changed, 44 deletions(-)

diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild 
b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
deleted file mode 100644
index 91fb277a7f82..
--- a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-KDE_ORG_NAME="${PN/-common/}"
-KFMIN=5.115.0
-inherit ecm-common gear.kde.org
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-
-RDEPEND="
-   !

[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-09-01 Thread Andreas Sturmlechner
commit: 9ba658c0ca35387098f0f51145be4ba5610d8de2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  1 13:44:50 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  1 13:49:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba658c0

net-misc/kio-zeroconf: Drop zeroconf.desktop and metainfo.xml from install

Closes: https://bugs.gentoo.org/938885
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kio-zeroconf/kio-zeroconf-23.08.5-r2.ebuild| 39 ++
 .../kio-zeroconf/kio-zeroconf-24.05.2-r2.ebuild| 39 ++
 .../kio-zeroconf/kio-zeroconf-24.08.0-r1.ebuild| 39 ++
 3 files changed, 117 insertions(+)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r2.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r2.ebuild
new file mode 100644
index ..79cfe2ecde6a
--- /dev/null
+++ b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdnssd-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${CATEGORY}/${PN}-common
+"
+
+# 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
+   /usr/share/remoteview/zeroconf.desktop
+   /usr/share/metainfo/org.kde.kio_zeroconf.metainfo.xml
+)
+
+src_prepare() {
+   ecm_src_prepare
+   ecm_punt_po_install
+}

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.05.2-r2.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-24.05.2-r2.ebuild
new file mode 100644
index ..6fac065e0281
--- /dev/null
+++ b/net-misc/kio-zeroconf/kio-zeroconf-24.05.2-r2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus]
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kdnssd-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+   >=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
+   /usr/share/remoteview/zeroconf.desktop
+   /usr/share/metainfo/org.kde.kio_zeroconf.metainfo.xml
+)
+
+src_prepare() {
+   ecm_src_prepare
+   ecm_punt_po_install
+}

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.08.0-r1.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-24.08.0-r1.ebuild
new file mode 100644
index ..1c51d9b1efb0
--- /dev/null
+++ b/net-misc/kio-zeroconf/kio-zeroconf-24.08.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus]
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kdnssd-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+   >=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
+   /usr/share/remoteview/zeroconf.desktop
+   /usr/share/metainfo/org.kde.kio_zeroconf.metainfo.xml
+)
+
+src_prepare() {
+   ecm_src_prepare
+   ecm_punt_po_install
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf-common/

2024-09-01 Thread Andreas Sturmlechner
commit: cf09a200af027a95d29ea325e365cdfad83954a5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  1 13:43:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  1 13:49:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf09a200

net-misc/kio-zeroconf-common: Install zeroconf.desktop and metainfo.xml

Bug: https://bugs.gentoo.org/938885
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kio-zeroconf-common-24.05.2-r1.ebuild  | 24 ++
 .../kio-zeroconf-common-24.08.0-r1.ebuild  | 24 ++
 2 files changed, 48 insertions(+)

diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2-r1.ebuild 
b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2-r1.ebuild
new file mode 100644
index ..f1f40621d14d
--- /dev/null
+++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="false"
+KDE_ORG_NAME="${PN/-common/}"
+KFMIN=5.115.0
+inherit ecm-common gear.kde.org
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
+
+RDEPEND="
+   !

[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-08-29 Thread Andreas Sturmlechner
commit: 2694c6585e92b94ee62f8524a078e8840f71d356
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 28 19:44:58 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 29 21:17:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2694c658

net-misc/kio-zeroconf: drop 23.08.5

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/kio-zeroconf/kio-zeroconf-23.08.5.ebuild | 38 ---
 net-misc/kio-zeroconf/metadata.xml|  3 --
 2 files changed, 41 deletions(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5.ebuild
deleted file mode 100644
index 3300b2034c62..
--- a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE="kf6compat"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdnssd-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   kf6compat? ( net-misc/kio-zeroconf:6 )
-"
-
-src_install() {
-   ecm_src_install
-
-   if use kf6compat; then
-   rm "${D}"/usr/share/metainfo/org.kde.kio_zeroconf.metainfo.xml \
-   "${D}"/usr/share/dbus-1/interfaces/org.kde.kdnssd.xml \
-   "${D}"/usr/share/remoteview/zeroconf.desktop || die
-   rm -r "${D}"/usr/share/locale || die
-   fi
-}

diff --git a/net-misc/kio-zeroconf/metadata.xml 
b/net-misc/kio-zeroconf/metadata.xml
index 8697c2472ca5..cb61f990580f 100644
--- a/net-misc/kio-zeroconf/metadata.xml
+++ b/net-misc/kio-zeroconf/metadata.xml
@@ -9,7 +9,4 @@
https://bugs.kde.org/
network/kio-zeroconf

-   
-   Disable components colliding with KF6, 
depend on KF6 components instead
-   
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf-common/

2024-08-29 Thread Sam James
commit: b5c6139c9fd4a91f5640b392fe2a84e0088505c9
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 29 19:40:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 29 19:40:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c6139c

net-misc/kio-zeroconf-common: Stabilize 24.05.2 x86, #938291

Signed-off-by: Sam James  gentoo.org>

 net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild 
b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
index b628e031d233..91fb277a7f82 100644
--- a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
+++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
@@ -10,7 +10,7 @@ inherit ecm-common gear.kde.org
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-08-29 Thread Sam James
commit: d6d164338eb29d0cccf36f51e9bce8ffaf5ed973
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 29 19:40:03 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 29 19:40:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d16433

net-misc/kio-zeroconf: Stabilize 23.08.5-r1 x86, #938291

Signed-off-by: Sam James  gentoo.org>

 net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
index d57384a10c34..6724a7a9a616 100644
--- a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KIO worker to discover file systems by DNS-SD 
(DNS Service Discover
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf-common/

2024-08-28 Thread Jakov Smolić
commit: ca6c2e55f05f39c3562921738f5719de378738b7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Aug 28 21:38:32 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Aug 28 21:38:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6c2e55

net-misc/kio-zeroconf-common: Stabilize 24.05.2 arm64, #938291

Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild 
b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
index f151f130c0b1..b628e031d233 100644
--- a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
+++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
@@ -10,7 +10,7 @@ inherit ecm-common gear.kde.org
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-08-28 Thread Jakov Smolić
commit: 2152e1de8366a2c2aebc43687c4e4b86e8b4c00e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Aug 28 21:38:31 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Aug 28 21:38:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2152e1de

net-misc/kio-zeroconf: Stabilize 23.08.5-r1 arm64, #938291

Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
index 38b2610a912c..d57384a10c34 100644
--- a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KIO worker to discover file systems by DNS-SD 
(DNS Service Discover
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf-common/

2024-08-28 Thread Sam James
commit: 1981484f8175e51b1c2f7624d467053dd63b2c64
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 28 20:34:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 28 20:34:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1981484f

net-misc/kio-zeroconf-common: Stabilize 24.05.2 amd64, #938291

Signed-off-by: Sam James  gentoo.org>

 net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild 
b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
index b07e670c3c15..f151f130c0b1 100644
--- a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
+++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild
@@ -10,7 +10,7 @@ inherit ecm-common gear.kde.org
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
!

[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-08-28 Thread Sam James
commit: ac2df6d5a86e30999c623db40717f0e4d9cebcd1
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 28 20:34:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 28 20:34:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2df6d5

net-misc/kio-zeroconf: Stabilize 23.08.5-r1 amd64, #938291

Signed-off-by: Sam James  gentoo.org>

 net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
index 112ea166d0e6..38b2610a912c 100644
--- a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KIO worker to discover file systems by DNS-SD 
(DNS Service Discover
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-08-21 Thread Andreas Sturmlechner
commit: 0884e8f9b6c9d7c4f8c70016c52380fbca1b3151
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 20 15:34:45 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 21 21:14:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0884e8f9

net-misc/kio-zeroconf: SLOT 5 shall RDEPEND on *-common too

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild| 37 ++
 1 file changed, 37 insertions(+)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
new file mode 100644
index ..112ea166d0e6
--- /dev/null
+++ b/net-misc/kio-zeroconf/kio-zeroconf-23.08.5-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdnssd-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${CATEGORY}/${PN}-common
+"
+
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-08-21 Thread Andreas Sturmlechner
commit: 4dca88b99452218d59324f472e78fa15db811ce8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 20 15:34:46 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 21 21:14:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dca88b9

net-misc/kio-zeroconf: drop 24.05.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/kio-zeroconf/kio-zeroconf-24.05.2.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.05.2.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-24.05.2.ebuild
deleted file mode 100644
index eaa51e81642c..
--- a/net-misc/kio-zeroconf/kio-zeroconf-24.05.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus]
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/kdnssd-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-"



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-08-21 Thread Andreas Sturmlechner
commit: f24144665fcdbe753f91e30b9d356919cd9de3f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 20 15:34:39 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 21 21:14:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2414466

net-misc/kio-zeroconf: RDEPEND on net-misc/kio-zeroconf-common

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kio-zeroconf/kio-zeroconf-24.05.2-r1.ebuild| 37 ++
 1 file changed, 37 insertions(+)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.05.2-r1.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-24.05.2-r1.ebuild
new file mode 100644
index ..d3debd68feae
--- /dev/null
+++ b/net-misc/kio-zeroconf/kio-zeroconf-24.05.2-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus]
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/kdnssd-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+   >=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
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-05-20 Thread Andreas Sturmlechner
commit: b94c7e6b4780493dbdb29d8847e90a53a0e4c028
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 18 17:25:53 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 20 11:31:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94c7e6b

net-misc/kio-zeroconf: drop 24.02.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/kio-zeroconf/Manifest|  1 -
 net-misc/kio-zeroconf/kio-zeroconf-24.02.2.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/net-misc/kio-zeroconf/Manifest b/net-misc/kio-zeroconf/Manifest
index dc420dc0a9c0..543ceb211369 100644
--- a/net-misc/kio-zeroconf/Manifest
+++ b/net-misc/kio-zeroconf/Manifest
@@ -1,3 +1,2 @@
 DIST kio-zeroconf-23.08.5.tar.xz 44360 BLAKE2B 
bf441b10221ba8c731756cb5455664fff5a1c8904a952e558084dadb6fe5bcc3a3da072ff58fd31f6c2c35a40ea27241c85403a3db16fd46b52e1a87586b1b5c
 SHA512 
33ed5cb23280ba85ccd4fee149f5983e64164ff0c5f7730e2d49c80784b445c569aa7b925e2d44221854cf7588310f211920d8e4492d87f20be531dbbc9198e6
-DIST kio-zeroconf-24.02.2.tar.xz 44388 BLAKE2B 
d1724dc433715bc2477fe146469feb66b6535b56cba2172bd66cd5f5b4629a6227a63adb19b50a714ba0330aae5af7c61d4d0899bd281ea5d87c302f3ef12b61
 SHA512 
8152414cdb7ae3087a03d83471e2c107e9a98cfb9f9f86f451d0e4b00bfbd93450011fa8a7c5e4cc47212169efc9058ae42f24cfcae64960616980a7dca40e01
 DIST kio-zeroconf-24.04.90.tar.xz 44420 BLAKE2B 
bb3745ef9d2cfa297010a5e7ff41b80145ab762834783cae00d2e624d11ead93359ecff9989d819fe8b59cdc00b9e93e0ab609bf2df4f70bfa15bc54b1397944
 SHA512 
510796b2b622c638baf050142cecd6c30d62c5c5dfcd73dcbfaf589624e5929c8d720976cff081035c3df3d07e17a23de4fd93df9dc8eddd51d592ef02f92366

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.02.2.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-24.02.2.ebuild
deleted file mode 100644
index d4d2fb728f5d..
--- a/net-misc/kio-zeroconf/kio-zeroconf-24.02.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus]
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/kdnssd-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-"



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-03-04 Thread Andreas Sturmlechner
commit: e861fe30b38a71a1a117176c463aea7558ac2506
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  4 23:11:16 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  4 23:14:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e861fe30

net-misc/kio-zeroconf: add kde-invent upstream metadata

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/kio-zeroconf/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/kio-zeroconf/metadata.xml 
b/net-misc/kio-zeroconf/metadata.xml
index c45be7e6598a..8697c2472ca5 100644
--- a/net-misc/kio-zeroconf/metadata.xml
+++ b/net-misc/kio-zeroconf/metadata.xml
@@ -7,6 +7,7 @@


https://bugs.kde.org/
+   network/kio-zeroconf


Disable components colliding with KF6, 
depend on KF6 components instead



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-02-28 Thread Andreas Sturmlechner
commit: 6a4ad724232033f26bb0c14082d3d95f90d0e17d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 28 12:07:35 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 28 13:53:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4ad724

net-misc/kio-zeroconf: drop 24.01.95

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/kio-zeroconf/Manifest |  1 -
 net-misc/kio-zeroconf/kio-zeroconf-24.01.95.ebuild | 27 --
 2 files changed, 28 deletions(-)

diff --git a/net-misc/kio-zeroconf/Manifest b/net-misc/kio-zeroconf/Manifest
index 200048fe222e..23b1a6f5c1fb 100644
--- a/net-misc/kio-zeroconf/Manifest
+++ b/net-misc/kio-zeroconf/Manifest
@@ -1,4 +1,3 @@
 DIST kio-zeroconf-23.08.4.tar.xz 44372 BLAKE2B 
65aa26ecd0bfe558b46c651a83097a8d54c3f522cd979eadc6c9bee7bb6eec42d93f68e7025d3efc2033231ec8ddad4f38da0b1d69eaee205b550a1c5b9af11a
 SHA512 
f7abb47080ddf1ea645971030e8e52e2c917b38bb3483bd998d8bb1cb5cbfa405a098da911ae852c65d5bd5afc1889fdef6e3caf6b8c493f441f0ac77d0c57c0
 DIST kio-zeroconf-23.08.5.tar.xz 44360 BLAKE2B 
bf441b10221ba8c731756cb5455664fff5a1c8904a952e558084dadb6fe5bcc3a3da072ff58fd31f6c2c35a40ea27241c85403a3db16fd46b52e1a87586b1b5c
 SHA512 
33ed5cb23280ba85ccd4fee149f5983e64164ff0c5f7730e2d49c80784b445c569aa7b925e2d44221854cf7588310f211920d8e4492d87f20be531dbbc9198e6
-DIST kio-zeroconf-24.01.95.tar.xz 44400 BLAKE2B 
d5f932b0fa48bd81b3a0c211fa4cb6b7d1b6691d6a297cfcced7d2fbcd406a046b7f978148beeb3144bc2e7e2a61f3a0c57156df1280de1de29a0811082d
 SHA512 
478cf2a5e12d4d154bab786b21fcce8c6f09209132aacee6b36df6643dbe708b7798fc11e7e1f3c7b9d5571f01e6d135cefa2317b6f7af3c888e3e1a69bc09d6
 DIST kio-zeroconf-24.02.0.tar.xz 44384 BLAKE2B 
44d0d3790e1dd757dc3fa191fbb78553389ddb899eaeb7784825f2d8daa6aa2ef02337d062eb2c0b7ec8535ed3b339b16544dcc8da725a13b4397dcd7da4ad13
 SHA512 
b5e98a55469738f9f7dc39b510080164519c28c6f7f68252dd7f0b459c4a4d23ef433594a89246c8e8fc95462c3b89d3810328dd8b682e34b8f80e9b4ece76e6

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.01.95.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-24.01.95.ebuild
deleted file mode 100644
index eae7d43709ef..
--- a/net-misc/kio-zeroconf/kio-zeroconf-24.01.95.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.249.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service 
Discovery)"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus]
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/kdnssd-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-"



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2024-01-06 Thread Arthur Zamarin
commit: 8f3945033253d8c317cea65bdbf1d4830a04745b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  6 12:30:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  6 12:30:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f394503

net-misc/kio-zeroconf: Stabilize 23.08.4 arm64, #920693

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild
index 9fbcdbfabff2..b1d66b3aeab7 100644
--- a/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KIO worker to discover file systems by DNS-SD 
(DNS Service Discover
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/kio-zeroconf/

2023-12-28 Thread Arthur Zamarin
commit: e13862844209d496cf90d528504e7b5307bade39
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1386284

net-misc/kio-zeroconf: Stabilize 23.08.4 x86, #920693

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild 
b/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild
index 32c122ef1f78..51072780ec0e 100644
--- a/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-23.08.4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KIO worker to discover file systems by DNS-SD 
(DNS Service Discover
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="