diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-29 14:45:36 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-29 14:45:36 +0200 |
commit | 241846eb3b385465cdf3a1295e32d983b6428925 (patch) | |
tree | 8f60f039468f9d7dae605031fd8c1c87d484cadf /dev-perl/Test-Taint | |
parent | dev-python/dicttoxml: Switch to PEP 517 build (diff) | |
download | gentoo-241846eb3b385465cdf3a1295e32d983b6428925.tar.gz gentoo-241846eb3b385465cdf3a1295e32d983b6428925.tar.bz2 gentoo-241846eb3b385465cdf3a1295e32d983b6428925.zip |
dev-perl/Test-Taint: Stabilize 1.80.0 sparc, #832312
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Taint')
-rw-r--r-- | dev-perl/Test-Taint/Test-Taint-1.80.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-Taint/Test-Taint-1.80.0.ebuild b/dev-perl/Test-Taint/Test-Taint-1.80.0.ebuild index d4144ffcac20..746533fc9547 100644 --- a/dev-perl/Test-Taint/Test-Taint-1.80.0.ebuild +++ b/dev-perl/Test-Taint/Test-Taint-1.80.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Tools to test taintedness" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" src_test() { perl_rm_files t/pod-coverage.t t/pod.t |