diff options
Diffstat (limited to 'app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild')
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 cb6cff034234..0c0b35048f93 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.4 2013/02/03 19:34:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/easy-rsa/easy-rsa-2.2.0.ebuild,v 1.5 2013/02/04 09:16:29 pinkbyte Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs flag-o-matic DESCRIPTION="Small RSA key management package, based on OpenSSL." HOMEPAGE="http://openvpn.net/" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" SRC_URI="http://swupdate.openvpn.net/community/releases/${P}_master.tar.gz" LICENSE="GPL-2" |