commit:     b230f23ad09f84b62794f61ab807c84b0236346c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 06:19:46 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 16 06:20:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b230f23a

sys-power/nut: keyword 2.8.2-r2 for ppc, ppc64

... by masking needed USE. These got lost earlier.

Closes: https://bugs.gentoo.org/956015
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/powerpc/ppc32/package.use.mask | 6 ++++++
 profiles/arch/powerpc/ppc64/package.use.mask | 4 ++++
 sys-power/nut/nut-2.8.2-r2.ebuild            | 2 +-
 sys-power/nut/nut-2.8.3.ebuild               | 2 +-
 sys-power/nut/nut-9999.ebuild                | 2 +-
 5 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index ba7bc858e1c1..97d0ae04d42e 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <[email protected]> (2025-05-16)
+# gpio: dev-libs/libgpiod not keyworded here
+# modbus: dev-libs/libmodbus not keyworded here
+# monitor: dev-python/pyqt5 not keyworded here
+sys-power/nut gpio modbus monitor
+
 # Sam James <[email protected]> (2025-02-21)
 # media-video/rav1e is not yet keyworded here
 media-video/ffmpeg rav1e

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask 
b/profiles/arch/powerpc/ppc64/package.use.mask
index 11fb2a964e1b..77304afe5ac9 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <[email protected]> (2025-05-16)
+# gpio: dev-libs/libgpiod not keyworded here
+sys-power/nut gpio
+
 # Paul Zander <[email protected]> (2025-05-06)
 # Broken bundled Eigen, fails to compile. See bug #865191.
 sci-geosciences/grass pdal

diff --git a/sys-power/nut/nut-2.8.2-r2.ebuild 
b/sys-power/nut/nut-2.8.2-r2.ebuild
index de3b6ad968c1..dbfdcb8bbc0b 100644
--- a/sys-power/nut/nut-2.8.2-r2.ebuild
+++ b/sys-power/nut/nut-2.8.2-r2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
        inherit git-r3
 else
        SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz";
-       KEYWORDS="amd64 arm ~arm64 ~riscv x86" # waiting for ~arch of 
dev-libs/libgpiod: ~ppc ~ppc64
+       KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86"
 fi
 
 S="${WORKDIR}/${MY_P}"

diff --git a/sys-power/nut/nut-2.8.3.ebuild b/sys-power/nut/nut-2.8.3.ebuild
index f3c93c05f91c..76d7bf3dc4cd 100644
--- a/sys-power/nut/nut-2.8.3.ebuild
+++ b/sys-power/nut/nut-2.8.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
        inherit git-r3
 else
        SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz";
-       KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" # waiting for ~arch of 
dev-libs/libgpiod: ~ppc ~ppc64
+       KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 S="${WORKDIR}/${MY_P}"

diff --git a/sys-power/nut/nut-9999.ebuild b/sys-power/nut/nut-9999.ebuild
index f3c93c05f91c..76d7bf3dc4cd 100644
--- a/sys-power/nut/nut-9999.ebuild
+++ b/sys-power/nut/nut-9999.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
        inherit git-r3
 else
        SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz";
-       KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" # waiting for ~arch of 
dev-libs/libgpiod: ~ppc ~ppc64
+       KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 S="${WORKDIR}/${MY_P}"

Reply via email to