diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2018-04-07 15:23:01 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-07 18:13:20 +0300 |
commit | c86af8db8bb374ceca9b1e673ca0fe51639fcfa2 (patch) | |
tree | 36583ce289d1d0b927c545e07b3ff9c0b45b8d18 /dev-perl/Specio | |
parent | dev-perl/Sub-Quote: added ~arm64 keyword (Bug 652718) (diff) | |
download | gentoo-c86af8db8bb374ceca9b1e673ca0fe51639fcfa2.tar.gz gentoo-c86af8db8bb374ceca9b1e673ca0fe51639fcfa2.tar.bz2 gentoo-c86af8db8bb374ceca9b1e673ca0fe51639fcfa2.zip |
dev-perl/Specio: added ~arm64 keyword (Bug 652718)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Specio')
-rw-r--r-- | dev-perl/Specio/Specio-0.420.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Specio/Specio-0.420.0.ebuild b/dev-perl/Specio/Specio-0.420.0.ebuild index a101f9002b4f..e0329faadc0d 100644 --- a/dev-perl/Specio/Specio-0.420.0.ebuild +++ b/dev-perl/Specio/Specio-0.420.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Type constraints and coercions for Perl" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="test minimal" RDEPEND=" |