commit: b813bfa6a433be24dce07405b2d7f883e4682b3a Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Fri Dec 6 19:39:42 2019 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Fri Dec 6 19:48:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b813bfa6
profiles/*/package.use.mask: enable USE=parse-clocks on more arches net-misc/pps-tools is needed for net-misc/ntp[parse-clocks] hardware functionality. However, net-misc/ntp has a lot more keywords than net-misc/pps-tools. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/amd64/no-multilib/package.use.mask | 4 ++++ profiles/arch/amd64/package.use.mask | 4 ++-- profiles/arch/amd64/x32/package.use.mask | 4 ++++ profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/powerpc/ppc32/package.use.mask | 4 ++++ profiles/arch/powerpc/ppc64/32ul/package.use.mask | 4 ++++ profiles/arch/powerpc/ppc64/64le/package.use.mask | 4 ++++ profiles/arch/powerpc/ppc64/package.use.mask | 4 ++++ profiles/arch/sparc/64ul/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 12 files changed, 46 insertions(+), 2 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 378f420f061..2dcc1415ed5 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Mart Raudsepp <[email protected]> (2019-08-18) # media-video/pipewire is not keyworded yet x11-wm/mutter screencast diff --git a/profiles/arch/amd64/no-multilib/package.use.mask b/profiles/arch/amd64/no-multilib/package.use.mask index 598e8da9d96..f83b6bb9564 100644 --- a/profiles/arch/amd64/no-multilib/package.use.mask +++ b/profiles/arch/amd64/no-multilib/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Yixun Lan <[email protected]> (2017-07-12) # GLEP 73 Immutability, USE=ovmf requires hvm app-emulation/xen-tools ovmf diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 7338b1ce520..5e501472e17 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -285,8 +285,8 @@ dev-qt/qtdeclarative -jit dev-qt/qtscript -jit dev-qt/qtwebkit -jit -# Robin H. Johnson <[email protected]> (2011-07-10) -# PPS should work on all arches, but only keyworded on amd64/x86 +# Robin H. Johnson <[email protected]> (2011-07-10), updated 2019-12-06 +# PPS should work on all arches, but only keyworded on some arches >=net-misc/ntp-4.2.6_p3-r1 -parse-clocks # Tim Harder <[email protected]> (2011-02-13) diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask index 404da15edac..efc1b6a6978 100644 --- a/profiles/arch/amd64/x32/package.use.mask +++ b/profiles/arch/amd64/x32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Michał Górny <[email protected]> (2018-01-12) # Those packages require net-libs/nodejs. dev-python/nbdime webtools diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 2419bc77098..db5e9dd7c74 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Andreas Sturmlechner <[email protected]> (2019-11-28) # >=sci-libs/vtk-8 is not keyworded, bug #649054 media-libs/opencv vtk diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 6347b32ab73..14b5d4b5d88 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Sergei Trofimovich <[email protected]> (2019-07-19) # gdbserver is not implemented yet for hppa target. sys-devel/gdb server diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 30b8bf2afd6..5ab91b51239 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Luke Dashjr <[email protected]> (2019-09-21) # iasl is stable on ppc sys-firmware/seabios -debug diff --git a/profiles/arch/powerpc/ppc64/32ul/package.use.mask b/profiles/arch/powerpc/ppc64/32ul/package.use.mask index 1f591d730c7..dcac4494fe8 100644 --- a/profiles/arch/powerpc/ppc64/32ul/package.use.mask +++ b/profiles/arch/powerpc/ppc64/32ul/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Andreas Sturmlechner <[email protected]> (2019-02-16) # app-text/libwpd and app-text/libwpg are not keyworded media-gfx/inkscape cdr visio wpg diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask b/profiles/arch/powerpc/ppc64/64le/package.use.mask index 8705a504655..dfdcbe53b3e 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.use.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Georgy Yakovlev <[email protected]> (2019-08-29) # PGO works on ppc64le >=www-client/firefox-68 -pgo diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index cbfe8822ba6..4430074885e 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Eugene Bright <[email protected]> (2019-09-09) # Missing keyword on dev-embedded/libjaylink sys-apps/flashrom jlink-spi diff --git a/profiles/arch/sparc/64ul/package.use.mask b/profiles/arch/sparc/64ul/package.use.mask index 1783fe2a335..d9ecb441b28 100644 --- a/profiles/arch/sparc/64ul/package.use.mask +++ b/profiles/arch/sparc/64ul/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Matt Turner <[email protected]> (2019-08-26) # Upstream Git is switching to PCRE2 w/ JIT. # This is not available on some arches, where a fallback to PCRE1 without JIT is used. diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 9183aa9f215..6d548932819 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robin H. Johnson <[email protected]> (2019-12-06) +# PPS should work on all arches, but only keyworded on some arches +>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks + # Matt Turner <[email protected]> (2019-12-01) # Fails to build, bug #676060 dev-libs/openssl asm
