diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 07:16:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:16:25 +0000 |
commit | 00eefb478b51d256bc50054d7857d0534e78f8b9 (patch) | |
tree | 3f990cf8d10e60398196254bc84a342b51bb2e4a /dev-perl/Archive-Extract | |
parent | dev-perl/Apache-Session: Stabilize 1.940.0 amd64, #783471 (diff) | |
download | gentoo-00eefb478b51d256bc50054d7857d0534e78f8b9.tar.gz gentoo-00eefb478b51d256bc50054d7857d0534e78f8b9.tar.bz2 gentoo-00eefb478b51d256bc50054d7857d0534e78f8b9.zip |
dev-perl/Archive-Extract: Stabilize 0.860.0 amd64, #783504
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Archive-Extract')
-rw-r--r-- | dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild b/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild index feb378446e5a..03ad7d15028e 100644 --- a/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild +++ b/dev-perl/Archive-Extract/Archive-Extract-0.860.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="Generic archive extracting mechanism" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |