commit: c8adfb8ad3ffa6f1c7af1ccee5d10dedc5c22c6e Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Apr 24 06:31:23 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 24 06:31:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8adfb8a
profiles: Mask pyopengl[test] on arches without mesa[llvm] ... on sparc and hppa too. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 61341f3b508..8ee15132ee1 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. +# James Le Cuirot <[email protected]> (2020-04-23) +# Requires media-libs/mesa[llvm], which is masked. +dev-python/pyopengl test + # Rolf Eike Beer <[email protected]> (2020-04-22) # dev-libs/criterion not yet keyworded >=app-admin/syslog-ng-3.25 test diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 2f6a5992754..a99ff6b6af0 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <[email protected]> (2020-04-23) +# Requires media-libs/mesa[llvm], which is masked. +dev-python/pyopengl test + # Rolf Eike Beer <[email protected]> (2020-04-23) # don't bother keywording old versions <dev-qt/qtgui-5.14.2 wayland
