diff options
author | 2023-12-17 16:25:02 +0200 | |
---|---|---|
committer | 2023-12-17 16:25:02 +0200 | |
commit | 566c2d41aa4d9f0b80146a13b2dc4899ef31d0b0 (patch) | |
tree | 0ca45db475b66853012bd70dc613a734078fadef /app-portage | |
parent | dev-perl/Shell-EnvImporter: keyword 1.70.0-r3 for ~arm64 (diff) | |
download | gentoo-566c2d41aa4d9f0b80146a13b2dc4899ef31d0b0.tar.gz gentoo-566c2d41aa4d9f0b80146a13b2dc4899ef31d0b0.tar.bz2 gentoo-566c2d41aa4d9f0b80146a13b2dc4899ef31d0b0.zip |
app-portage/g-cpan: keyword 0.18.0-r1 for ~arm64
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/g-cpan/g-cpan-0.18.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/g-cpan/g-cpan-0.18.0-r1.ebuild b/app-portage/g-cpan/g-cpan-0.18.0-r1.ebuild index 01a9e11c8b90..9d71bc053ad6 100644 --- a/app-portage/g-cpan/g-cpan-0.18.0-r1.ebuild +++ b/app-portage/g-cpan/g-cpan-0.18.0-r1.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=8 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/gentoo-perl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" fi DESCRIPTION="Autogenerate and install ebuilds for CPAN modules" |