From: Thomas Deutschmann Date: Thu, 15 Nov 2018 12:57:09 +0000 (+0100) Subject: profiles: net-vpn/strongswan: enable padlock and rdrand plugin only for amd64 and x86 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=917c309a28f1d65f1d79b72cacf9a48b98f55757;p=gentoo.git profiles: net-vpn/strongswan: enable padlock and rdrand plugin only for amd64 and x86 Closes: https://bugs.gentoo.org/669084 Signed-off-by: Thomas Deutschmann --- diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 828367425872..5ebc288d7271 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann (15 Nov 2018) +# - rdrand plugin is supported on amd64 +# - padlock plugin is supported on amd64 +net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock + # James Le Cuirot (02 Nov 2018) # Vulkan is only available on amd64 at present. media-libs/libsdl2 -vulkan diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 0d31a6716b68..f67d7a0c944f 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann (15 Nov 2018) +# - rdrand plugin is only supported on amd64 and x86 +# - padlock plugin is only supported on amd64 and x86 +net-vpn/strongswan strongswan_plugins_rdrand strongswan_plugins_padlock + # James Le Cuirot (02 Nov 2018) # Vulkan is only available on amd64 at present. media-libs/libsdl2 vulkan diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 39a47a933e9d..672a44d0c174 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,11 @@ # This file requires >=portage-2.1.1 +# Thomas Deutschmann (15 Nov 2018) +# - rdrand plugin is supported on x86 +# - padlock plugin is supported on x86 +net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock + # Alexys Jacob (05 Nov 2018) # Requires dev-db/mongodb which has dropped x86 support net-analyzer/zmap mongo