commit: 131f360d607a01d5bb07a425344d76bb4fad0004 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 15 06:39:10 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 15 06:39:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131f360d
profiles/arch: mask ntpsec[pps,ntpviz] where deps are missing Bug: https://bugs.gentoo.org/966091 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/mips/package.use.mask | 4 ++++ profiles/arch/s390/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index d3c4c764c306..fb814f8d0bcc 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/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-11-15) +# gnuplot not keyworded here +net-misc/ntpsec ntpviz + # Sam James <[email protected]> (2025-10-31) # Needs asciidoctor (ruby) net-misc/chrony html diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 9b488913508c..60cbcbb49932 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/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-11-15) +# net-misc/pps-tools not keyworded here, nor is gnuplot +net-misc/ntpsec pps ntpviz + # Sam James <[email protected]> (2025-10-31) # Needs asciidoctor (ruby) net-misc/chrony html
