diff options
author | Markus Meier <maekke@gentoo.org> | 2015-07-17 20:02:34 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-07-17 20:02:34 +0000 |
commit | 31b41ce5c49c2bf37cd7414a0309210526304773 (patch) | |
tree | ae0386c2f5226431ba747f461fb0ab7b7e843907 /app-crypt | |
parent | arm stable, bug #554420 (diff) | |
download | gentoo-2-31b41ce5c49c2bf37cd7414a0309210526304773.tar.gz gentoo-2-31b41ce5c49c2bf37cd7414a0309210526304773.tar.bz2 gentoo-2-31b41ce5c49c2bf37cd7414a0309210526304773.zip |
arm stable, bug #554634
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/easy-rsa/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/easy-rsa/ChangeLog b/app-crypt/easy-rsa/ChangeLog index 107ae3bcd0ae..cc1660e66593 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.20 2015/06/07 07:43:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/ChangeLog,v 1.21 2015/07/17 20:02:34 maekke Exp $ + + 17 Jul 2015; Markus Meier <maekke@gentoo.org> easy-rsa-2.2.2.ebuild: + arm stable, bug #554634 07 Jun 2015; Justin Lecher <jlec@gentoo.org> -easy-rsa-2.2.0.ebuild, easy-rsa-2.2.0-r1.ebuild, easy-rsa-2.2.2.ebuild: 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 2ff3e79440f0..e8834266daac 100644 --- a/app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.2.ebuild,v 1.2 2015/06/07 07:43:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.2.ebuild,v 1.3 2015/07/17 20:02:34 maekke Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/OpenVPN/easy-rsa/releases/download/${PV}/${MY_P}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND=">=dev-libs/openssl-0.9.6:0" |