diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:38:36 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:38:36 +0200 |
commit | 6a3ca800445238c2d9796f037cb3d3b1001ad332 (patch) | |
tree | 94cfa00ec12c0f5bdcd23aa38db1bc972e083c11 /dev-perl/Curses | |
parent | net-firewall/nftables: Stabilize 1.0.6 sparc, #899340 (diff) | |
download | gentoo-6a3ca800445238c2d9796f037cb3d3b1001ad332.tar.gz gentoo-6a3ca800445238c2d9796f037cb3d3b1001ad332.tar.bz2 gentoo-6a3ca800445238c2d9796f037cb3d3b1001ad332.zip |
dev-perl/Curses: Stabilize 1.410.0 ppc, #899488
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl/Curses')
-rw-r--r-- | dev-perl/Curses/Curses-1.410.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Curses/Curses-1.410.0.ebuild b/dev-perl/Curses/Curses-1.410.0.ebuild index 09e5023669bd..2dd008b6d4fd 100644 --- a/dev-perl/Curses/Curses-1.410.0.ebuild +++ b/dev-perl/Curses/Curses-1.410.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=8 @@ -11,7 +11,7 @@ inherit perl-module toolchain-funcs DESCRIPTION="Curses interface modules for Perl" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-solaris ~x86-solaris" IUSE="+unicode" RDEPEND=" |