summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2015-12-06 21:01:47 +0100
committerDirkjan Ochtman <djc@gentoo.org>2015-12-06 21:07:16 +0100
commitc914fc5cc97d09019cc5aadfdddaf51778c9525c (patch)
tree2daf590e3230f3e59e281007e955aecc0c7a45a1 /net-misc/openvpn
parentnet-misc/openvpn: add support for libressl (fixes bug 565242) (diff)
downloadgentoo-c914fc5cc97d09019cc5aadfdddaf51778c9525c.tar.gz
gentoo-c914fc5cc97d09019cc5aadfdddaf51778c9525c.tar.bz2
gentoo-c914fc5cc97d09019cc5aadfdddaf51778c9525c.zip
net-misc/openvpn: set EAPI=5 in 2.3.8-r1
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-misc/openvpn')
-rw-r--r--net-misc/openvpn/openvpn-2.3.8-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openvpn/openvpn-2.3.8-r1.ebuild b/net-misc/openvpn/openvpn-2.3.8-r1.ebuild
index e7e8e6336eb8..3b291c6400f9 100644
--- a/net-misc/openvpn/openvpn-2.3.8-r1.ebuild
+++ b/net-misc/openvpn/openvpn-2.3.8-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit multilib flag-o-matic user systemd
@@ -27,7 +27,7 @@ DEPEND="
pam? ( virtual/pam )
ssl? (
!polarssl? (
- !libressl? ( >=dev-libs/openssl-0.9.7 )
+ !libressl? ( >=dev-libs/openssl-0.9.7:* )
libressl? ( dev-libs/libressl )
)
polarssl? ( >=net-libs/polarssl-1.2.10 )