Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/
Date: Sun, 04 Dec 2016 16:43:44
Message-Id: 1480869798.02a4caca8163b0e319d59e6abe7821f59efdf409.kensington@gentoo
1 commit: 02a4caca8163b0e319d59e6abe7821f59efdf409
2 Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 4 01:40:33 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 16:43:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a4caca
7
8 dev-perl/Specio: add ~x86-fbsd KEYWORDS
9
10 https://bugs.gentoo.org/show_bug.cgi?id=599552
11
12 dev-perl/Specio/Specio-0.310.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Specio/Specio-0.310.0.ebuild b/dev-perl/Specio/Specio-0.310.0.ebuild
16 index 6d40ac7..83805cf 100644
17 --- a/dev-perl/Specio/Specio-0.310.0.ebuild
18 +++ b/dev-perl/Specio/Specio-0.310.0.ebuild
19 @@ -10,7 +10,7 @@ inherit perl-module
20
21 DESCRIPTION="Type constraints and coercions for Perl"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~x86"
24 +KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd"
25 IUSE="test"
26
27 PATCHES=("${FILESDIR}/${PN}-${DIST_VERSION}-installskip.patch")