diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 04:13:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 04:13:28 +0000 |
commit | bec45daa63929211669eb49eb7ad6d2f6a58eec6 (patch) | |
tree | 8038d02996e8c87abceb69dc1774677280825e08 /dev-perl | |
parent | dev-perl/PerlIO-Layers: Stabilize 0.11.0-r1 arm, #770745 (diff) | |
download | gentoo-bec45daa63929211669eb49eb7ad6d2f6a58eec6.tar.gz gentoo-bec45daa63929211669eb49eb7ad6d2f6a58eec6.tar.bz2 gentoo-bec45daa63929211669eb49eb7ad6d2f6a58eec6.zip |
dev-perl/File-Map: Stabilize 0.670.0 arm, #770745
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-Map/File-Map-0.670.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Map/File-Map-0.670.0.ebuild b/dev-perl/File-Map/File-Map-0.670.0.ebuild index e99adaf70939..7c650f6fa9d2 100644 --- a/dev-perl/File-Map/File-Map-0.670.0.ebuild +++ b/dev-perl/File-Map/File-Map-0.670.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Memory mapping made simple and safe" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |