Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Uplevel/
Date: Sun, 28 May 2017 06:42:46
Message-Id: 1495953740.5b6f063cdef43ca29ff89c091aaddd9a2b3a5f2f.maekke@gentoo
1 commit: 5b6f063cdef43ca29ff89c091aaddd9a2b3a5f2f
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 06:42:20 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 06:42:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6f063c
7
8 dev-perl/Sub-Uplevel: arm stable, bug #618980
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm"
12
13 dev-perl/Sub-Uplevel/Sub-Uplevel-0.280.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.280.0.ebuild b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.280.0.ebuild
17 index 2ffbe8e70b6..4ea201c0f63 100644
18 --- a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.280.0.ebuild
19 +++ b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.280.0.ebuild
20 @@ -10,7 +10,7 @@ inherit perl-module
21 DESCRIPTION="Apparently run a function in a higher stack frame"
22
23 SLOT="0"
24 -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"
25 +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"
26 IUSE="test"
27
28 RDEPEND="virtual/perl-Carp"