diff options
-rw-r--r-- | app-portage/g-cpan/g-cpan-0.16.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/g-cpan/g-cpan-0.16.9.ebuild b/app-portage/g-cpan/g-cpan-0.16.9.ebuild index 5255822e031b..01396781b86d 100644 --- a/app-portage/g-cpan/g-cpan-0.16.9.ebuild +++ b/app-portage/g-cpan/g-cpan-0.16.9.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="https://github.com/gentoo-perl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - 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" fi DESCRIPTION="Autogenerate and install ebuilds for CPAN modules" |