diff options
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild index e3f010cded28..1e02a7bce4d4 100644 --- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild +++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ DESCRIPTION="persistent session data in CGI applications" # Bug: https://bugs.gentoo.org/show_bug.cgi?id=721398 LICENSE="Artistic" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |