diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2015-12-06 21:01:47 +0100 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2015-12-06 21:07:16 +0100 |
commit | c914fc5cc97d09019cc5aadfdddaf51778c9525c (patch) | |
tree | 2daf590e3230f3e59e281007e955aecc0c7a45a1 /net-misc/openvpn | |
parent | net-misc/openvpn: add support for libressl (fixes bug 565242) (diff) | |
download | gentoo-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.ebuild | 4 |
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 ) |