diff options
Diffstat (limited to 'app-crypt/easy-rsa')
-rw-r--r-- | app-crypt/easy-rsa/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/easy-rsa/ChangeLog b/app-crypt/easy-rsa/ChangeLog index 905536cc0376..486982641e21 100644 --- a/app-crypt/easy-rsa/ChangeLog +++ b/app-crypt/easy-rsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/easy-rsa # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.1 2013/01/24 09:49:12 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.2 2013/01/24 09:58:39 djc Exp $ + + 24 Jan 2013; Dirkjan Ochtman <djc@gentoo.org> easy-rsa-2.2.0.ebuild: + Block <openvpn-2.3. *easy-rsa-2.2.0 (24 Jan 2013) diff --git a/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild b/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild index 689863f4545f..dee42bb5f66e 100644 --- a/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild,v 1.1 2013/01/24 09:49:12 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild,v 1.2 2013/01/24 09:58:39 djc Exp $ EAPI=4 @@ -16,7 +16,8 @@ SLOT="0" IUSE="" DEPEND=">=dev-libs/openssl-0.9.6" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !<net-misc/openvpn-2.3" S="${WORKDIR}/${P}_master" |