diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2017-03-17 14:49:18 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2017-03-17 14:56:14 +0100 |
commit | 7f68c86d93d5f69d775bceb3941b3a3b46672eb1 (patch) | |
tree | b461a335b70f8d07bda55ab1e3cc54fbd568a097 /app-crypt/easy-rsa | |
parent | dev-ruby/nexpose: Initial version (diff) | |
download | gentoo-7f68c86d93d5f69d775bceb3941b3a3b46672eb1.tar.gz gentoo-7f68c86d93d5f69d775bceb3941b3a3b46672eb1.tar.bz2 gentoo-7f68c86d93d5f69d775bceb3941b3a3b46672eb1.zip |
Move VPN packages into net-vpn/
Diffstat (limited to 'app-crypt/easy-rsa')
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild b/app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild index bf75b979eb5c..cc316f8f1984 100644 --- a/app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-2.2.2-r1.ebuild @@ -19,7 +19,7 @@ IUSE="libressl" DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 ) libressl? ( dev-libs/libressl )" RDEPEND="${DEPEND} - !<net-misc/openvpn-2.3" + !<net-vpn/openvpn-2.3" S="${WORKDIR}/${MY_P}" diff --git a/app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild b/app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild index a8a8946eb679..c0dc72838fc6 100644 --- a/app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild @@ -18,7 +18,7 @@ IUSE="" DEPEND=">=dev-libs/openssl-0.9.6:0" RDEPEND="${DEPEND} - !<net-misc/openvpn-2.3" + !<net-vpn/openvpn-2.3" S="${WORKDIR}/${MY_P}" diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild index 1a682004001b..393d4f048431 100644 --- a/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-3.0.1-r1.ebuild @@ -19,7 +19,7 @@ IUSE="libressl" DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 ) libressl? ( dev-libs/libressl )" RDEPEND="${DEPEND} - !<net-misc/openvpn-2.3" + !<net-vpn/openvpn-2.3" S="${WORKDIR}/${MY_P}" |