commit: 917c309a28f1d65f1d79b72cacf9a48b98f55757 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Nov 15 12:57:09 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Nov 15 12:57:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917c309a
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 <whissi <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++++ profiles/arch/base/package.use.mask | 7 ++++++- profiles/arch/x86/package.use.mask | 5 +++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 82836742587..5ebc288d727 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann <[email protected]> (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 <[email protected]> (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 0d31a6716b6..f67d7a0c944 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 <[email protected]> (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 <[email protected]> (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 39a47a933e9..672a44d0c17 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 <[email protected]> (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 <[email protected]> (05 Nov 2018) # Requires dev-db/mongodb which has dropped x86 support net-analyzer/zmap mongo
