Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Without-Module/
Date: Thu, 23 Nov 2017 22:31:52
Message-Id: 1511476291.e14d40f426602ffe2bd52d9b456802d6831b3335.mattst88@gentoo
1 commit: e14d40f426602ffe2bd52d9b456802d6831b3335
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 22:29:37 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 22:31:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14d40f4
7
8 dev-perl/Test-Without-Module-0.200.0: added ~alpha, bug 633934
9
10 dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
14 index 37303bc5f45..cd4d374a2e5 100644
15 --- a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
16 +++ b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
17 @@ -10,7 +10,7 @@ inherit perl-module
18 DESCRIPTION="Test fallback behaviour in absence of modules"
19
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
22 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
23 IUSE="test"
24
25 RDEPEND=""