commit: c914fc5cc97d09019cc5aadfdddaf51778c9525c
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 6 20:01:47 2015 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 20:07:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c914fc5c
net-misc/openvpn: set EAPI=5 in 2.3.8-r1
Package-Manager: portage-2.2.20.1
net-misc/openvpn/openvpn-2.3.8-r1.ebuild | 4 ++--
1 file 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 e7e8e63..3b291c6 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 )