commit: dc0a285b73780eb6ae7d2fbd33b0422f76f026c0 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun May 10 15:46:51 2020 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun May 10 15:46:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0a285b
profiles: Mask allegro USE flag on ia64 and sparc media-libs/allegro is not keyworded. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/ia64/use.mask | 4 ++++ profiles/arch/sparc/use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 5988ad287e6..727a723f0cc 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -ia64 +# James Le Cuirot <[email protected]> (2020-05-10) +# media-libs/allegro is not keyworded. +allegro + # Sergei Trofimovich <[email protected]> (2020-04-13) # Drop support for ghc and darcs darcs diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 23c95102559..ee854c2de66 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -sparc +# James Le Cuirot <[email protected]> (2020-05-10) +# media-libs/allegro is not keyworded. +allegro + # Michał Górny <[email protected]> (2020-05-06) # dev-python/mercurial does not work on sparc due to deps. mercurial
