diff options
author | 2021-09-21 17:47:03 +0800 | |
---|---|---|
committer | 2021-09-21 21:39:58 +0800 | |
commit | 4f33b255534fe65f857ab1d85f5b7d6ed9887728 (patch) | |
tree | 03d3150f804e2fef4c0efd13aa526fff3a14353b /dev-perl | |
parent | dev-perl/Inline-C: keyword ~riscv (diff) | |
download | gentoo-4f33b255534fe65f857ab1d85f5b7d6ed9887728.tar.gz gentoo-4f33b255534fe65f857ab1d85f5b7d6ed9887728.tar.bz2 gentoo-4f33b255534fe65f857ab1d85f5b7d6ed9887728.zip |
dev-perl/Inline: keyword ~riscv
Package-Manager: Portage-3.0.23, 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/Inline/Inline-0.860.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Inline/Inline-0.860.0.ebuild b/dev-perl/Inline/Inline-0.860.0.ebuild index 26ce6836da35..535c2d9a6e42 100644 --- a/dev-perl/Inline/Inline-0.860.0.ebuild +++ b/dev-perl/Inline/Inline-0.860.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Write Perl subroutines in other languages" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |