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: Wed, 28 Mar 2018 17:27:31
Message-Id: 1522258022.d6afa0fd509e8e03031c39baf8304aa84a7ed17f.mattst88@gentoo
1 commit: d6afa0fd509e8e03031c39baf8304aa84a7ed17f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 17:27:02 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 17:27:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6afa0fd
7
8 dev-perl/Test-Without-Module-0.200.0: added ~mips
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 67b792a47cc..c4f61e3b220 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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
22 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
23 IUSE="test"
24
25 RDEPEND=""