commit: 78bca6208e53b676bea5d2171d1902b9df9256c0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 18 02:49:43 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 18 02:49:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bca620
profiles/arch: mask ansifilter/highlight[gui] where no Qt wanted Bug: https://bugs.gentoo.org/908744 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 5 +++++ profiles/arch/ia64/package.use.mask | 3 ++- profiles/arch/m68k/package.use.mask | 5 +++++ profiles/arch/mips/package.use.mask | 5 +++++ profiles/arch/s390/package.use.mask | 2 +- profiles/arch/sparc/package.use.mask | 5 +++++ 6 files changed, 23 insertions(+), 2 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 3d6e9e63afc4..f7b2463fd589 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2023-06-18) +# Qt 5 not keyworded here +app-text/ansifilter gui +app-text/highlight gui + # matoro <[email protected]> (2023-06-10) # Requires virtual/pandoc. dev-python/nbval doc diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index b915ffe657b6..ba01fa190cf7 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,8 +1,9 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam James <[email protected]> (2023-06-17) +# Sam James <[email protected]> (2023-06-18) # Qt 5 not keyworded here +app-text/ansifilter gui app-text/highlight gui # Matt Turner <[email protected]> (2023-05-30) diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index 45c9b819a104..11a3edf1edad 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2023-06-18) +# Qt 5 not keyworded here +app-text/ansifilter gui +app-text/highlight gui + # Stijn Tintel <[email protected]> (2023-02-02) # Dependency not keyworded # https://bugs.gentoo.org/show_bug.cgi?id=892389 diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index f3a1ae25b7b5..afac21575d77 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2023-06-18) +# Qt 5 not keyworded here +app-text/ansifilter gui +app-text/highlight gui + # Matt Turner <[email protected]> (2023-05-30) # sys-apps/dbus-broker is not keyworded app-accessibility/at-spi2-core dbus-broker diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 2e398197e12e..1282683865f5 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam James <[email protected]> (2023-06-17) +# Sam James <[email protected]> (2023-06-18) # Qt 5 not keyworded here app-text/ansifilter gui app-text/highlight gui diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 87f3faf38b00..0c79529af723 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2023-06-18) +# Qt 5 not keyworded here +app-text/ansifilter gui +app-text/highlight gui + # Matt Turner <[email protected]> (2023-05-30) # sys-apps/dbus-broker is not keyworded app-accessibility/at-spi2-core dbus-broker
