diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-03 11:24:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-03 11:24:13 +0300 |
commit | 3f4bde03586af164533225729d4bde2752b0df3b (patch) | |
tree | 686b196b9e87bf1a639e688dc2496b8f01be8d75 /app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild | |
parent | net-irc/irssi: kill obsolete deps (diff) | |
download | gentoo-3f4bde03586af164533225729d4bde2752b0df3b.tar.gz gentoo-3f4bde03586af164533225729d4bde2752b0df3b.tar.bz2 gentoo-3f4bde03586af164533225729d4bde2752b0df3b.zip |
app-crypt/easy-rsa: remove obsolete blockers
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild')
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild index d977a8cc3464..2246b264a3bf 100644 --- a/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild @@ -14,8 +14,7 @@ IUSE="libressl" DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0= ) libressl? ( dev-libs/libressl:0= )" -RDEPEND="${DEPEND} - !<net-vpn/openvpn-2.3" +RDEPEND="${DEPEND}" src_install() { exeinto /usr/share/easy-rsa |