diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-19 10:47:13 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-19 10:48:40 +0300 |
commit | 0237eeb38775b5a94f7fd1473a4d2fd1f5ed1ae8 (patch) | |
tree | e44a5800fe4ae2b57e82757804f97dab1f7653f4 /dev-perl/Sub-Info | |
parent | dev-perl/Sub-Identify: Add ~riscv keyword wrt bug #690140 (diff) | |
download | gentoo-0237eeb38775b5a94f7fd1473a4d2fd1f5ed1ae8.tar.gz gentoo-0237eeb38775b5a94f7fd1473a4d2fd1f5ed1ae8.tar.bz2 gentoo-0237eeb38775b5a94f7fd1473a4d2fd1f5ed1ae8.zip |
dev-perl/Sub-Info: Add ~riscv keyword wrt bug #690140
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="~riscv"
Diffstat (limited to 'dev-perl/Sub-Info')
-rw-r--r-- | dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild b/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild index 7dc15c02b6d3..5474d7aaad86 100644 --- a/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild +++ b/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Tool for inspecting subroutines" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" |