diff options
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/g-cpan/g-cpan-0.18.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 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 93f6b31a3213..01a9e11c8b90 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 @@ -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 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" fi DESCRIPTION="Autogenerate and install ebuilds for CPAN modules" |