From: Michael Palimaka Date: Thu, 11 Oct 2018 13:20:17 +0000 (+1100) Subject: profiles: handle net-analyzer/testssl arch-specific USE flags X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=90c11d51417b23f50168756ce89a603375486331;p=gentoo.git profiles: handle net-analyzer/testssl arch-specific USE flags Bug: https://bugs.gentoo.org/664084 Signed-off-by: Michael Palimaka --- diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index e1524c7aca18..d34454e3a2bf 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michael Palimaka (12 Oct 2018) +# Unmask arch-specific USE flags available on amd64 +net-analyzer/testssl -bundled-openssl -kerberos + # Thomas Deutschmann (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 63d1d9945951..68da82ad967c 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 (12 Oct 2018) +# Only available on amd64/x86 +net-analyzer/testssl bundled-openssl kerberos + # Thomas Deutschmann (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 36084bc584a6..0240dc6736ea 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 (12 Oct 2018) +# Unmask arch-specific USE flag available on x86 +net-analyzer/testssl -bundled-openssl + # Thomas Deutschmann (30 Sep 2018) # Unmask libheif support where media-libs/libheif is keyworded media-gfx/imagemagick -heif