diff options
author | Sam James <sam@gentoo.org> | 2023-01-14 23:22:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-14 23:22:07 +0000 |
commit | 601ea066afe931dc446f0e3879bca35c393fa3ec (patch) | |
tree | 29f7bc3eed8d3264c86ed30a7a3cca817a904c12 /app-crypt | |
parent | net-mail/qmail-autoresponder: Stabilize 2.0-r1 amd64, #828305 (diff) | |
download | gentoo-601ea066afe931dc446f0e3879bca35c393fa3ec.tar.gz gentoo-601ea066afe931dc446f0e3879bca35c393fa3ec.tar.bz2 gentoo-601ea066afe931dc446f0e3879bca35c393fa3ec.zip |
app-crypt/easy-rsa: Stabilize 3.0.8 arm, #890839
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild index be19abce63eb..8730794ef9d9 100644 --- a/app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" DEPEND=">=dev-libs/openssl-0.9.6:0=" RDEPEND="${DEPEND}" |