diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 04:13:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 04:13:26 +0000 |
commit | d87c8b4a5c6a5e48ce60fdaf43167372d6fc7381 (patch) | |
tree | 5d543b0f5fe691c22cfbf2ef9e040a1d6ba4e9c9 | |
parent | dev-perl/Const-Fast: Stabilize 0.14.0-r2 arm, #770745 (diff) | |
download | gentoo-d87c8b4a5c6a5e48ce60fdaf43167372d6fc7381.tar.gz gentoo-d87c8b4a5c6a5e48ce60fdaf43167372d6fc7381.tar.bz2 gentoo-d87c8b4a5c6a5e48ce60fdaf43167372d6fc7381.zip |
dev-perl/PerlIO-Layers: Stabilize 0.11.0-r1 arm, #770745
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-perl/PerlIO-Layers/PerlIO-Layers-0.11.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/PerlIO-Layers/PerlIO-Layers-0.11.0-r1.ebuild b/dev-perl/PerlIO-Layers/PerlIO-Layers-0.11.0-r1.ebuild index 43c240075533..8d564f925947 100644 --- a/dev-perl/PerlIO-Layers/PerlIO-Layers-0.11.0-r1.ebuild +++ b/dev-perl/PerlIO-Layers/PerlIO-Layers-0.11.0-r1.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Querying your filehandle's capabilities" 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 )" |