diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-02 17:31:16 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-02 17:31:16 +0300 |
commit | 254f6ce1aa6f1c005fce3a54a47b8e850542e82d (patch) | |
tree | bf2aedb7897d9ba39ca836b8283c61d7d15bd245 /www-apache | |
parent | www-apache/mod_perl: Stabilize 2.0.12 x86, #912526 (diff) | |
download | gentoo-254f6ce1aa6f1c005fce3a54a47b8e850542e82d.tar.gz gentoo-254f6ce1aa6f1c005fce3a54a47b8e850542e82d.tar.bz2 gentoo-254f6ce1aa6f1c005fce3a54a47b8e850542e82d.zip |
www-apache/mod_perl: Stabilize 2.0.12 ppc64, #912526
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_perl/mod_perl-2.0.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apache/mod_perl/mod_perl-2.0.12.ebuild b/www-apache/mod_perl/mod_perl-2.0.12.ebuild index 43debf353a45..1ebaf1e19813 100644 --- a/www-apache/mod_perl/mod_perl-2.0.12.ebuild +++ b/www-apache/mod_perl/mod_perl-2.0.12.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/perl/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ~arm ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86" IUSE="debug ithreads test" RESTRICT="!test? ( test )" |