diff options
author | Sam James <sam@gentoo.org> | 2024-04-17 23:09:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-17 23:09:35 +0100 |
commit | 51c39236714d7b38c04b4d62203021d69a6b2eb1 (patch) | |
tree | f202c8b22ed39e7230087f4063cb97fbd76037a1 /dev-perl/Test-Fork | |
parent | dev-perl/GD: Stabilize 2.780.0 arm, #928619 (diff) | |
download | gentoo-51c39236714d7b38c04b4d62203021d69a6b2eb1.tar.gz gentoo-51c39236714d7b38c04b4d62203021d69a6b2eb1.tar.bz2 gentoo-51c39236714d7b38c04b4d62203021d69a6b2eb1.zip |
dev-perl/Test-Fork: Stabilize 0.20.0 arm, #928619
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Fork')
-rw-r--r-- | dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild b/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild index 95f824177591..c252fa025b05 100644 --- a/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild +++ b/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="test code which forks" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |