Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Uplevel/
Date: Sun, 29 Jan 2017 16:46:50
Message-Id: 1485708341.662461e2ad2c768b10df5e75c1a053b7ac7f0521.grobian@gentoo
1 commit: 662461e2ad2c768b10df5e75c1a053b7ac7f0521
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 16:44:39 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 16:45:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662461e2
7
8 dev-perl/Sub-Uplevel: dropped ~x86-freebsd
9
10 Package-Manager: portage-2.3.3
11
12 dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild | 4 ++--
13 dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild
17 index f4f88b4..a354ddb 100644
18 --- a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild
19 +++ b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -11,7 +11,7 @@ inherit perl-module
27 DESCRIPTION="Apparently run a function in a higher stack frame"
28
29 SLOT="0"
30 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
31 +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"
32 IUSE=""
33
34 SRC_TEST="do"
35
36 diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild
37 index 7a8bafb..60648b6 100644
38 --- a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild
39 +++ b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -11,7 +11,7 @@ inherit perl-module
47 DESCRIPTION="Apparently run a function in a higher stack frame"
48
49 SLOT="0"
50 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
51 +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"
52 IUSE="test"
53
54 RDEPEND="virtual/perl-Carp"