diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-03-11 22:37:48 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-03-11 22:44:37 +0100 |
commit | 0898186d33e3788a9ec7fe9de0e5d8657861716a (patch) | |
tree | 2dc7f39a268e73658bd8aa61004fafd51c612270 /dev-perl/Config-AutoConf | |
parent | dev-perl/Text-BibTeX: Install libbtparse development headers, bug 599710 (diff) | |
download | gentoo-0898186d33e3788a9ec7fe9de0e5d8657861716a.tar.gz gentoo-0898186d33e3788a9ec7fe9de0e5d8657861716a.tar.bz2 gentoo-0898186d33e3788a9ec7fe9de0e5d8657861716a.zip |
dev-perl/Config-AutoConf: keyword ~x86
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Config-AutoConf')
-rw-r--r-- | dev-perl/Config-AutoConf/Config-AutoConf-0.313.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.313.0.ebuild b/dev-perl/Config-AutoConf/Config-AutoConf-0.313.0.ebuild index 2af6b20f2939..abcecd638065 100644 --- a/dev-perl/Config-AutoConf/Config-AutoConf-0.313.0.ebuild +++ b/dev-perl/Config-AutoConf/Config-AutoConf-0.313.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A module to implement some of AutoConf macros in pure perl" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND="test? ( virtual/perl-Test-Simple )" |