diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-04-28 21:08:39 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-04-29 00:12:37 +0300 |
commit | 1809c49cafda43b459b668e0ea698e8f058bfa39 (patch) | |
tree | 086f14719fe4eacd2e34413c28a45dbbccc55c3a /dev-perl | |
parent | dev-perl/HTML-Template: arm64 keyworded (bug #708772) (diff) | |
download | gentoo-1809c49cafda43b459b668e0ea698e8f058bfa39.tar.gz gentoo-1809c49cafda43b459b668e0ea698e8f058bfa39.tar.bz2 gentoo-1809c49cafda43b459b668e0ea698e8f058bfa39.zip |
dev-perl/Test-LongString: arm64 keyworded (bug #708772)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild b/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild index 70a0f093a8be..29e022c6bde3 100644 --- a/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild +++ b/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A library to test long strings" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND="virtual/perl-Test-Simple" |