diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2018-03-31 21:25:21 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-02 21:05:10 +0300 |
commit | e05791b75ea845a712f7e00c822dfecfbdcd87d4 (patch) | |
tree | 42dc265c40915aa0f36062fc92f32ee06178f600 /dev-perl/Config-AutoConf | |
parent | dev-perl/Text-CSV: keyword ~arm64 (diff) | |
download | gentoo-e05791b75ea845a712f7e00c822dfecfbdcd87d4.tar.gz gentoo-e05791b75ea845a712f7e00c822dfecfbdcd87d4.tar.bz2 gentoo-e05791b75ea845a712f7e00c822dfecfbdcd87d4.zip |
dev-perl/Config-AutoConf: keyword ~arm64
Diffstat (limited to 'dev-perl/Config-AutoConf')
-rw-r--r-- | dev-perl/Config-AutoConf/Config-AutoConf-0.315.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.315.0.ebuild b/dev-perl/Config-AutoConf/Config-AutoConf-0.315.0.ebuild index 44c6f83e3146..b8f56212bd4c 100644 --- a/dev-perl/Config-AutoConf/Config-AutoConf-0.315.0.ebuild +++ b/dev-perl/Config-AutoConf/Config-AutoConf-0.315.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A module to implement some of AutoConf macros in pure perl" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="test" RDEPEND=" |