diff options
author | 2021-12-06 19:50:29 +0000 | |
---|---|---|
committer | 2021-12-08 18:12:30 +0800 | |
commit | 39275b4bd40f963b3f14a444511086d03a525635 (patch) | |
tree | e017715315945657513b90321169ced698563027 /dev-perl | |
parent | dev-perl/Digest-SHA3: keyword ~riscv (diff) | |
download | gentoo-39275b4bd40f963b3f14a444511086d03a525635.tar.gz gentoo-39275b4bd40f963b3f14a444511086d03a525635.tar.bz2 gentoo-39275b4bd40f963b3f14a444511086d03a525635.zip |
dev-perl/Math-Int128: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild index 2ee42d2017d0..43d997169b9c 100644 --- a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild +++ b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Manipulate 128 bits integers in Perl" SLOT="0" -KEYWORDS="~alpha amd64 -arm ~arm64 ~ia64 ~mips -ppc ppc64 sparc -x86" +KEYWORDS="~alpha amd64 -arm ~arm64 ~ia64 ~mips -ppc ppc64 ~riscv sparc -x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" |