Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-Simple/
Date: Wed, 25 May 2016 23:37:43
Message-Id: 1464219448.58a430c6a35ca39116105c4c73eda3da226b7ae2.dilfridge@gentoo
1 commit: 58a430c6a35ca39116105c4c73eda3da226b7ae2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 23:33:37 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 23:37:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a430c6
7
8 dev-perl/Proc-Simple: Retroactively stable for ppc/x86 (ALLARCHES), bug 581676
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
16 index 2b2628d..975f237 100644
17 --- a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
18 +++ b/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
19 @@ -11,7 +11,7 @@ inherit perl-module
20 DESCRIPTION="Launch and control background processes"
21
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc ~x86"
24 +KEYWORDS="amd64 ppc x86"
25 IUSE="test examples"
26
27 RDEPEND="virtual/perl-IO"