commit: 90c11d51417b23f50168756ce89a603375486331 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu Oct 11 13:20:17 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Oct 11 13:23:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c11d51
profiles: handle net-analyzer/testssl arch-specific USE flags Bug: https://bugs.gentoo.org/664084 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ profiles/arch/x86/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 e1524c7aca1..d34454e3a2b 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michael Palimaka <[email protected]> (12 Oct 2018) +# Unmask arch-specific USE flags available on amd64 +net-analyzer/testssl -bundled-openssl -kerberos + # Thomas Deutschmann <[email protected]> (30 Sep 2018) # Unmask libheif support where media-libs/libheif is keyworded media-gfx/imagemagick -heif diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 63d1d994595..68da82ad967 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michael Palimaka <[email protected]> (12 Oct 2018) +# Only available on amd64/x86 +net-analyzer/testssl bundled-openssl kerberos + # Thomas Deutschmann <[email protected]> (30 Sep 2018) # Requires media-libs/libheif which is only keyworded for amd64 and x86 media-gfx/imagemagick heif diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 36084bc584a..0240dc6736e 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 +# Michael Palimaka <[email protected]> (12 Oct 2018) +# Unmask arch-specific USE flag available on x86 +net-analyzer/testssl -bundled-openssl + # Thomas Deutschmann <[email protected]> (30 Sep 2018) # Unmask libheif support where media-libs/libheif is keyworded media-gfx/imagemagick -heif
