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-Needs/
Date: Mon, 26 Mar 2018 04:27:46
Message-Id: 1522038455.4037c85c480c25943cdbe1af772f934012a6319f.mattst88@gentoo
1 commit: 4037c85c480c25943cdbe1af772f934012a6319f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 26 04:26:40 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 04:27:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4037c85c
7
8 dev-perl/Test-Needs-0.2.5: added ~mips, bug 650956
9
10 dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild b/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild
14 index cb2d18415bb..df5da24cfd2 100644
15 --- a/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild
16 +++ b/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild
17 @@ -9,7 +9,7 @@ inherit perl-module
18
19 DESCRIPTION="Skip tests when modules not available"
20 SLOT="0"
21 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
22 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
23 IUSE="test"
24
25 RDEPEND=""