Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/
Date: Sun, 28 May 2017 22:26:19
Message-Id: 1496010363.80fd5380691c3a0d8622cd62028272039773c832.mrueg@gentoo
1 commit: 80fd5380691c3a0d8622cd62028272039773c832
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 22:26:03 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 22:26:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fd5380
7
8 net-vpn/openvpn: Remove unused IUSE=polarssl
9
10 Gentoo-Bug: #618362
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 net-vpn/openvpn/openvpn-2.4.2.ebuild | 2 +-
15 net-vpn/openvpn/openvpn-9999.ebuild | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/net-vpn/openvpn/openvpn-2.4.2.ebuild b/net-vpn/openvpn/openvpn-2.4.2.ebuild
19 index 463f0f3a69d..09d3fffa7ae 100644
20 --- a/net-vpn/openvpn/openvpn-2.4.2.ebuild
21 +++ b/net-vpn/openvpn/openvpn-2.4.2.ebuild
22 @@ -15,7 +15,7 @@ SLOT="0"
23 KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
24
25 IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
26 -IUSE+=" pkcs11 +plugins polarssl selinux +ssl static systemd test userland_BSD"
27 +IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD"
28
29 REQUIRED_USE="static? ( !plugins !pkcs11 )
30 mbedtls? ( ssl !libressl )
31
32 diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild
33 index be066f67cb9..125b8c14fee 100644
34 --- a/net-vpn/openvpn/openvpn-9999.ebuild
35 +++ b/net-vpn/openvpn/openvpn-9999.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2016 Gentoo Foundation
38 +# Copyright 1999-2017 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=6
42 @@ -15,7 +15,7 @@ SLOT="0"
43 KEYWORDS=""
44
45 IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
46 -IUSE+=" pkcs11 +plugins polarssl selinux +ssl static systemd test userland_BSD"
47 +IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD"
48
49 REQUIRED_USE="static? ( !plugins !pkcs11 )
50 lzo? ( !lz4 )