diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:36:11 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:36:11 +0100 |
commit | fc8de535a31a7bd6459860e10abceb836832826b (patch) | |
tree | 0774f68405d2f3877a15e903032fcc2116a4da31 | |
parent | app-portage/gentoolkit: ppc stable wrt bug #590170 (diff) | |
download | gentoo-fc8de535a31a7bd6459860e10abceb836832826b.tar.gz gentoo-fc8de535a31a7bd6459860e10abceb836832826b.tar.bz2 gentoo-fc8de535a31a7bd6459860e10abceb836832826b.zip |
app-portage/g-cpan: ppc stable wrt bug #594746
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | app-portage/g-cpan/g-cpan-0.16.9.ebuild | 4 |
1 files changed, 2 insertions, 2 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 01396781b86d..a722136bf513 100644 --- a/app-portage/g-cpan/g-cpan-0.16.9.ebuild +++ b/app-portage/g-cpan/g-cpan-0.16.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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" |