diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-14 14:27:58 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-14 14:27:58 +0800 |
commit | f4ab343e02f84eb33b464719d99eee6b7ad432fc (patch) | |
tree | a745c426051f82eb87a41318909bba8232f0c21f /dev-perl/Text-Iconv | |
parent | dev-perl/Encode-HanExtra: keyword 0.230.0-r3 for ~loong (diff) | |
download | gentoo-f4ab343e02f84eb33b464719d99eee6b7ad432fc.tar.gz gentoo-f4ab343e02f84eb33b464719d99eee6b7ad432fc.tar.bz2 gentoo-f4ab343e02f84eb33b464719d99eee6b7ad432fc.zip |
dev-perl/Text-Iconv: keyword 1.700.0-r3 for ~loong
Tests passed on real hardware.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Iconv')
-rw-r--r-- | dev-perl/Text-Iconv/Text-Iconv-1.700.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r3.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r3.ebuild index 3234f92a3daa..4c70a2f1e5f1 100644 --- a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r3.ebuild +++ b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A Perl interface to the iconv() codeset conversion function" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris" RDEPEND="virtual/libiconv" DEPEND="${RDEPEND}" |