diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-19 22:41:47 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-19 22:50:22 -0700 |
commit | 697b21c79a2e91f741783553dd7cd800225756cb (patch) | |
tree | 45e463f836e9969acd17a179c941fe28f3669ad5 /dev-perl/Term-ReadLine-Gnu | |
parent | dev-ruby/http-accept: add ruby27 (diff) | |
download | gentoo-697b21c79a2e91f741783553dd7cd800225756cb.tar.gz gentoo-697b21c79a2e91f741783553dd7cd800225756cb.tar.bz2 gentoo-697b21c79a2e91f741783553dd7cd800225756cb.zip |
dev-perl/Term-ReadLine-Gnu: add ~ppc64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-perl/Term-ReadLine-Gnu')
-rw-r--r-- | dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.360.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.360.0.ebuild b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.360.0.ebuild index 10ec83fa3e1c..0c80b0285540 100644 --- a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.360.0.ebuild +++ b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.360.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="GNU Readline XS library wrapper" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" RDEPEND=">=sys-libs/readline-6.2:0=" |