diff options
author | Sam James <sam@gentoo.org> | 2021-04-18 07:16:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:16:17 +0000 |
commit | a241104ffe46a89dec3a2b33166a6289d27cf3b2 (patch) | |
tree | 450aac699ebb307397a6b3a7f52dc26168a0e8fa | |
parent | dev-java/easymock: Stabilize 3.3.1-r1 amd64, #783426 (diff) | |
download | gentoo-a241104ffe46a89dec3a2b33166a6289d27cf3b2.tar.gz gentoo-a241104ffe46a89dec3a2b33166a6289d27cf3b2.tar.bz2 gentoo-a241104ffe46a89dec3a2b33166a6289d27cf3b2.zip |
dev-perl/Apache-Session: Stabilize 1.940.0 amd64, #783471
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild b/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild index a2c8eb15a557..aa9af98a2f76 100644 --- a/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild +++ b/dev-perl/Apache-Session/Apache-Session-1.940.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="A persistence framework for session data" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~x86" IUSE="test" RESTRICT="!test? ( test )" |