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/
Date: Sat, 01 Dec 2018 19:06:06
Message-Id: 1543691149.082206844bfec503de8d4aaf73b71e385f6a04f6.whissi@gentoo
1 commit: 082206844bfec503de8d4aaf73b71e385f6a04f6
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 19:01:20 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 19:05:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08220684
7
8 profiles: net-vpn/strongswan: don't enable padlock on amd64
9
10 This commit reverts changes from commit 917c309a28f1d65f1d79b72cacf9a48b98f55757.
11
12 Closes: https://github.com/gentoo/gentoo/pull/10512
13 Bug: https://bugs.gentoo.org/669084
14 Closes: https://bugs.gentoo.org/576340
15 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
16
17 profiles/arch/amd64/package.use.mask | 3 +--
18 1 file changed, 1 insertion(+), 2 deletions(-)
19
20 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
21 index 5ebc288d727..2616ff75d98 100644
22 --- a/profiles/arch/amd64/package.use.mask
23 +++ b/profiles/arch/amd64/package.use.mask
24 @@ -19,8 +19,7 @@
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 +net-vpn/strongswan -strongswan_plugins_rdrand
31
32 # James Le Cuirot <chewi@g.o> (02 Nov 2018)
33 # Vulkan is only available on amd64 at present.