commit: 0dc4b9318ceae6a407c288d1f7358a27e0505bf0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Dec 26 11:22:35 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 26 11:25:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc4b931
profiles/arch: mask diffoscope USE flags w/ unkw'd deps Bug: https://bugs.gentoo.org/888511 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/powerpc/ppc32/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 761e902c8763..47c402b2c3e9 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. +# Sam James <[email protected]> (2022-12-26) +# Unkeyworded dependencies +dev-util/diffoscope opendocument pascal pdf R + # Sam James <[email protected]> (2022-12-02) # Unkeyworded dependencies app-alternatives/bc gh diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 5908600be6d3..5e36be8a59a4 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-12-26) +# Unkeyworded dependencies +dev-util/diffoscope opendocument pascal pdf R + # Sam James <[email protected]> (2022-12-02) # Unkeyworded dependencies app-alternatives/bc gh diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index c5548881173c..88205b0180eb 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-12-26) +# Unkeyworded dependencies +dev-util/diffoscope opendocument pascal pdf R + # Sam James <[email protected]> (2022-12-02) # Unkeyworded dependencies app-alternatives/bc gh diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index b30dcba26113..cd4c19d64284 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-12-26) +# Unkeyworded dependencies +dev-util/diffoscope opendocument pascal pdf R + # Matt Turner <[email protected]> (2022-12-16) # gui-libs/gtk is not keyworded here app-crypt/gcr:4 gtk
