commit: 169d4409bae270bb4640312f83129782be6472f5 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Oct 6 16:12:52 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Oct 6 16:14:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169d4409
profiles: net-vpn/strongswan: enable aesni only for amd64 & x86 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++-- profiles/arch/base/package.use.mask | 5 +++-- profiles/arch/x86/package.use.mask | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 0f87f4a0715..5590712ff6e 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -129,9 +129,10 @@ x11-apps/igt-gpu-tools -overlay # freeipmi is supported on amd64 app-admin/conserver -freeipmi -# Thomas Deutschmann <[email protected]> (2018-11-15) +# Thomas Deutschmann <[email protected]> (2020-10-06) +# - aesni plugin is supported on amd64 # - rdrand plugin is supported on amd64 -net-vpn/strongswan -strongswan_plugins_rdrand +net-vpn/strongswan -strongswan_plugins_aesni -strongswan_plugins_rdrand # James Le Cuirot <[email protected]> (2018-11-02) # Vulkan is only available on amd64 at present. diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index cd8727fe0f2..bf31f6eba19 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -107,10 +107,11 @@ media-video/vlc libplacebo # Overlay can only be built on amd64 and x86 x11-apps/igt-gpu-tools overlay -# Thomas Deutschmann <[email protected]> (2018-11-15) +# Thomas Deutschmann <[email protected]> (2020-10-06) +# - aesni plugin is only supported on amd64 and x86 # - 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 +net-vpn/strongswan strongswan_plugins_aesni strongswan_plugins_rdrand strongswan_plugins_padlock # James Le Cuirot <[email protected]> (2018-11-02) # Vulkan is only available on amd64 at present. diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 65c7b28715c..f8b1061fcff 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -134,10 +134,11 @@ app-admin/conserver -freeipmi # No Spice protocol for x86 app-emulation/nemu spice -# Thomas Deutschmann <[email protected]> (2018-11-15) +# Thomas Deutschmann <[email protected]> (2020-10-06) +# - aesni plugin is supported on x86 # - rdrand plugin is supported on x86 # - padlock plugin is supported on x86 -net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock +net-vpn/strongswan -strongswan_plugins_aesni -strongswan_plugins_rdrand -strongswan_plugins_padlock # Alexys Jacob <[email protected]> (2018-11-05) # Requires dev-db/mongodb which has dropped x86 support
