commit: 5dc72568e455efd33cc0b0caf1e7b7bec8382c0b Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Jul 26 21:55:05 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Jul 26 22:02:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc72568
Masked "litehtml" use flag for mail-client/claws-mail because it requires dev-libs/gumbo that has only keywords for amd64 and x86. Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 6aa636f45ad..4cab4ec782a 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Lars Wendler <[email protected]> (2019-07-26) +# dev-libs/gumbo is keyworded on amd64 +mail-client/claws-mail -litehtml + # Georgy Yakovlev <[email protected]> (2019-06-22) # openjfx is keyworded on amd64 dev-java/openjdk:11 -javafx diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 7929f69d8b1..e2d885cbb7b 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Lars Wendler <[email protected]> (2019-07-26) +# dev-libs/gumbo is keyworded on x86 +mail-client/claws-mail -litehtml + # Matt Turner <[email protected]> (2019-06-20) # dev-lang/spidermonkey:60[jit] fails to build on most platforms, but does # build on x86. diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 2546aaa9521..f0d9d68e435 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Lars Wendler <[email protected]> (2019-07-26) +# Requires dev-libs/gumbo which is only keyworded for amd64 and x86 +mail-client/claws-mail litehtml + # David Seifert <[email protected]> (2019-07-14) # media-libs/jasper will be removed in 30 days, bug #689784 dev-games/openscenegraph jpeg2k
