From 169d4409bae270bb4640312f83129782be6472f5 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Tue, 6 Oct 2020 18:12:52 +0200 Subject: profiles: net-vpn/strongswan: enable aesni only for amd64 & x86 Signed-off-by: Thomas Deutschmann --- 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(-) (limited to 'profiles') diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 0f87f4a0715a..5590712ff6eb 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 (2018-11-15) +# Thomas Deutschmann (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 (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 cd8727fe0f2f..bf31f6eba199 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 (2018-11-15) +# Thomas Deutschmann (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 (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 65c7b28715c3..f8b1061fcff0 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 (2018-11-15) +# Thomas Deutschmann (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 (2018-11-05) # Requires dev-db/mongodb which has dropped x86 support -- cgit v1.2.3-65-gdbad