Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvpn/
Date: Sun, 06 Dec 2015 20:07:52
Message-Id: 1449432436.c914fc5cc97d09019cc5aadfdddaf51778c9525c.djc@gentoo
1 commit: c914fc5cc97d09019cc5aadfdddaf51778c9525c
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 20:01:47 2015 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 20:07:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c914fc5c
7
8 net-misc/openvpn: set EAPI=5 in 2.3.8-r1
9
10 Package-Manager: portage-2.2.20.1
11
12 net-misc/openvpn/openvpn-2.3.8-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/openvpn/openvpn-2.3.8-r1.ebuild b/net-misc/openvpn/openvpn-2.3.8-r1.ebuild
16 index e7e8e63..3b291c6 100644
17 --- a/net-misc/openvpn/openvpn-2.3.8-r1.ebuild
18 +++ b/net-misc/openvpn/openvpn-2.3.8-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=4
24 +EAPI=5
25
26 inherit multilib flag-o-matic user systemd
27
28 @@ -27,7 +27,7 @@ DEPEND="
29 pam? ( virtual/pam )
30 ssl? (
31 !polarssl? (
32 - !libressl? ( >=dev-libs/openssl-0.9.7 )
33 + !libressl? ( >=dev-libs/openssl-0.9.7:* )
34 libressl? ( dev-libs/libressl )
35 )
36 polarssl? ( >=net-libs/polarssl-1.2.10 )