diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:46:36 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:46:36 +0200 |
commit | 526e7a7e05513a0c0421a28965a9009eb4307a54 (patch) | |
tree | bbdc06d66e7636c98ec5c372830bc544d844aa82 /dev-perl/Apache-Test | |
parent | dev-perl/XML-LibXSLT: Stabilize 2.2.0 arm64, #899474 (diff) | |
download | gentoo-526e7a7e05513a0c0421a28965a9009eb4307a54.tar.gz gentoo-526e7a7e05513a0c0421a28965a9009eb4307a54.tar.bz2 gentoo-526e7a7e05513a0c0421a28965a9009eb4307a54.zip |
dev-perl/Apache-Test: Stabilize 1.430.0 ppc64, #899506
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl/Apache-Test')
-rw-r--r-- | dev-perl/Apache-Test/Apache-Test-1.430.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.430.0.ebuild b/dev-perl/Apache-Test/Apache-Test-1.430.0.ebuild index 27c73d19d289..63021da3f567 100644 --- a/dev-perl/Apache-Test/Apache-Test-1.430.0.ebuild +++ b/dev-perl/Apache-Test/Apache-Test-1.430.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ DESCRIPTION="Test.pm wrapper with helpers for testing Apache" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |