diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-22 05:17:53 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-22 22:02:42 +0300 |
commit | 07b57c84433d8101987cc776cf5ac9dfef8141e3 (patch) | |
tree | 6e8683cd35aa3324ce9f200c836daa35216e94f9 /dev-perl/HTTP-Cache-Transparent | |
parent | dev-perl/Unicode-String: arm64 keyworded (bug #722280) (diff) | |
download | gentoo-07b57c84433d8101987cc776cf5ac9dfef8141e3.tar.gz gentoo-07b57c84433d8101987cc776cf5ac9dfef8141e3.tar.bz2 gentoo-07b57c84433d8101987cc776cf5ac9dfef8141e3.zip |
dev-perl/HTTP-Cache-Transparent: arm64 keyworded (bug #722280)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-perl/HTTP-Cache-Transparent')
-rw-r--r-- | dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild index 9638f9b41af8..2bd8248fd28e 100644 --- a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild +++ b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Cache the result of http get-requests persistently" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc sparc x86" IUSE="test" RESTRICT="!test? ( test )" |