Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/amd64/, profiles/arch/base/
Date: Tue, 06 Oct 2020 16:14:43
Message-Id: 1602000862.169d4409bae270bb4640312f83129782be6472f5.whissi@gentoo
1 commit: 169d4409bae270bb4640312f83129782be6472f5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 16:12:52 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 16:14:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169d4409
7
8 profiles: net-vpn/strongswan: enable aesni only for amd64 & x86
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 profiles/arch/amd64/package.use.mask | 5 +++--
13 profiles/arch/base/package.use.mask | 5 +++--
14 profiles/arch/x86/package.use.mask | 5 +++--
15 3 files changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
18 index 0f87f4a0715..5590712ff6e 100644
19 --- a/profiles/arch/amd64/package.use.mask
20 +++ b/profiles/arch/amd64/package.use.mask
21 @@ -129,9 +129,10 @@ x11-apps/igt-gpu-tools -overlay
22 # freeipmi is supported on amd64
23 app-admin/conserver -freeipmi
24
25 -# Thomas Deutschmann <whissi@g.o> (2018-11-15)
26 +# Thomas Deutschmann <whissi@g.o> (2020-10-06)
27 +# - aesni plugin is supported on amd64
28 # - rdrand plugin is supported on amd64
29 -net-vpn/strongswan -strongswan_plugins_rdrand
30 +net-vpn/strongswan -strongswan_plugins_aesni -strongswan_plugins_rdrand
31
32 # James Le Cuirot <chewi@g.o> (2018-11-02)
33 # Vulkan is only available on amd64 at present.
34
35 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
36 index cd8727fe0f2..bf31f6eba19 100644
37 --- a/profiles/arch/base/package.use.mask
38 +++ b/profiles/arch/base/package.use.mask
39 @@ -107,10 +107,11 @@ media-video/vlc libplacebo
40 # Overlay can only be built on amd64 and x86
41 x11-apps/igt-gpu-tools overlay
42
43 -# Thomas Deutschmann <whissi@g.o> (2018-11-15)
44 +# Thomas Deutschmann <whissi@g.o> (2020-10-06)
45 +# - aesni plugin is only supported on amd64 and x86
46 # - rdrand plugin is only supported on amd64 and x86
47 # - padlock plugin is only supported on amd64 and x86
48 -net-vpn/strongswan strongswan_plugins_rdrand strongswan_plugins_padlock
49 +net-vpn/strongswan strongswan_plugins_aesni strongswan_plugins_rdrand strongswan_plugins_padlock
50
51 # James Le Cuirot <chewi@g.o> (2018-11-02)
52 # Vulkan is only available on amd64 at present.
53
54 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
55 index 65c7b28715c..f8b1061fcff 100644
56 --- a/profiles/arch/x86/package.use.mask
57 +++ b/profiles/arch/x86/package.use.mask
58 @@ -134,10 +134,11 @@ app-admin/conserver -freeipmi
59 # No Spice protocol for x86
60 app-emulation/nemu spice
61
62 -# Thomas Deutschmann <whissi@g.o> (2018-11-15)
63 +# Thomas Deutschmann <whissi@g.o> (2020-10-06)
64 +# - aesni plugin is supported on x86
65 # - rdrand plugin is supported on x86
66 # - padlock plugin is supported on x86
67 -net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock
68 +net-vpn/strongswan -strongswan_plugins_aesni -strongswan_plugins_rdrand -strongswan_plugins_padlock
69
70 # Alexys Jacob <ultrabug@g.o> (2018-11-05)
71 # Requires dev-db/mongodb which has dropped x86 support