Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Needs/
Date: Thu, 05 Apr 2018 14:11:10
Message-Id: 1522937349.93e71f12e610d878c52b339971946b29398173c2.bman@gentoo
1 commit: 93e71f12e610d878c52b339971946b29398173c2
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 14:02:30 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 14:09:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e71f12
7
8 dev-perl/Test-Needs: amd64 stable
9
10 Bug: https://bugs.gentoo.org/652540
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild b/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild
17 index df5da24cfd2..438dc1d3c20 100644
18 --- a/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild
19 +++ b/dev-perl/Test-Needs/Test-Needs-0.2.5.ebuild
20 @@ -9,7 +9,7 @@ inherit perl-module
21
22 DESCRIPTION="Skip tests when modules not available"
23 SLOT="0"
24 -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"
25 +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"
26 IUSE="test"
27
28 RDEPEND=""