diff options
author | Michael Weber <xmw@gentoo.org> | 2017-05-22 02:42:27 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-05-22 02:43:50 +0200 |
commit | b31ec346cc354e41423f778208aaaa43a3b1d814 (patch) | |
tree | a5a6db9b96dffd3530e188e3d6d3c2bf53986daa /dev-perl/Sub-Uplevel | |
parent | 52123fe492e16f3a64c47b9b854990591258062f (diff) | |
download | gentoo-b31ec346cc354e41423f778208aaaa43a3b1d814.tar.gz gentoo-b31ec346cc354e41423f778208aaaa43a3b1d814.tar.xz |
dev-perl/Sub-Uplevel: ppc stable (bug 618980).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-perl/Sub-Uplevel')
-rw-r--r-- | dev-perl/Sub-Uplevel/Sub-Uplevel-0.280.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.280.0.ebuild b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.280.0.ebuild index 84f4692ae86..743925b8a83 100644 --- a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.280.0.ebuild +++ b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.280.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Apparently run a function in a higher stack frame" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="virtual/perl-Carp" |