diff options
author | Yuta Satoh <nigoro.dev@gmail.com> | 2016-12-04 10:40:33 +0900 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-12-05 03:43:18 +1100 |
commit | 02a4caca8163b0e319d59e6abe7821f59efdf409 (patch) | |
tree | 8e52c98c120c226b9459c36e52939560f4b10391 /dev-perl/Specio | |
parent | dev-perl/Devel-Caller: add ~x86-fbsd KEYWORDS (diff) | |
download | gentoo-02a4caca8163b0e319d59e6abe7821f59efdf409.tar.gz gentoo-02a4caca8163b0e319d59e6abe7821f59efdf409.tar.bz2 gentoo-02a4caca8163b0e319d59e6abe7821f59efdf409.zip |
dev-perl/Specio: add ~x86-fbsd KEYWORDS
https://bugs.gentoo.org/show_bug.cgi?id=599552
Diffstat (limited to 'dev-perl/Specio')
-rw-r--r-- | dev-perl/Specio/Specio-0.310.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Specio/Specio-0.310.0.ebuild b/dev-perl/Specio/Specio-0.310.0.ebuild index 6d40ac7c9f5d..83805cfe3f09 100644 --- a/dev-perl/Specio/Specio-0.310.0.ebuild +++ b/dev-perl/Specio/Specio-0.310.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Type constraints and coercions for Perl" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd" IUSE="test" PATCHES=("${FILESDIR}/${PN}-${DIST_VERSION}-installskip.patch") |