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/amd64/, profiles/arch/x86/, profiles/arch/base/
Date: Thu, 15 Nov 2018 13:00:02
Message-Id: 1542286629.917c309a28f1d65f1d79b72cacf9a48b98f55757.whissi@gentoo
1 commit: 917c309a28f1d65f1d79b72cacf9a48b98f55757
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 15 12:57:09 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 15 12:57:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917c309a
7
8 profiles: net-vpn/strongswan: enable padlock and rdrand plugin only for amd64 and x86
9
10 Closes: https://bugs.gentoo.org/669084
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 profiles/arch/amd64/package.use.mask | 5 +++++
14 profiles/arch/base/package.use.mask | 7 ++++++-
15 profiles/arch/x86/package.use.mask | 5 +++++
16 3 files changed, 16 insertions(+), 1 deletion(-)
17
18 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
19 index 82836742587..5ebc288d727 100644
20 --- a/profiles/arch/amd64/package.use.mask
21 +++ b/profiles/arch/amd64/package.use.mask
22 @@ -17,6 +17,11 @@
23
24 #--- END OF EXAMPLES ---
25
26 +# Thomas Deutschmann <whissi@g.o> (15 Nov 2018)
27 +# - rdrand plugin is supported on amd64
28 +# - padlock plugin is supported on amd64
29 +net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock
30 +
31 # James Le Cuirot <chewi@g.o> (02 Nov 2018)
32 # Vulkan is only available on amd64 at present.
33 media-libs/libsdl2 -vulkan
34
35 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
36 index 0d31a6716b6..f67d7a0c944 100644
37 --- a/profiles/arch/base/package.use.mask
38 +++ b/profiles/arch/base/package.use.mask
39 @@ -1,6 +1,11 @@
40 -# Copyright 1999-2018 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 +# Thomas Deutschmann <whissi@g.o> (15 Nov 2018)
45 +# - rdrand plugin is only supported on amd64 and x86
46 +# - padlock plugin is only supported on amd64 and x86
47 +net-vpn/strongswan strongswan_plugins_rdrand strongswan_plugins_padlock
48 +
49 # James Le Cuirot <chewi@g.o> (02 Nov 2018)
50 # Vulkan is only available on amd64 at present.
51 media-libs/libsdl2 vulkan
52
53 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
54 index 39a47a933e9..672a44d0c17 100644
55 --- a/profiles/arch/x86/package.use.mask
56 +++ b/profiles/arch/x86/package.use.mask
57 @@ -3,6 +3,11 @@
58
59 # This file requires >=portage-2.1.1
60
61 +# Thomas Deutschmann <whissi@g.o> (15 Nov 2018)
62 +# - rdrand plugin is supported on x86
63 +# - padlock plugin is supported on x86
64 +net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock
65 +
66 # Alexys Jacob <ultrabug@g.o> (05 Nov 2018)
67 # Requires dev-db/mongodb which has dropped x86 support
68 net-analyzer/zmap mongo