diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-03-09 11:45:55 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-09 20:57:40 +0800 |
commit | 86a76e973b35d86861afc88abea18bec4cbfcef1 (patch) | |
tree | 7e5c33b215b52a5935fb8b02b168600cc48da74a /dev-perl/prefork | |
parent | dev-perl/Pod-Coverage: keyword ~riscv (diff) | |
download | gentoo-86a76e973b35d86861afc88abea18bec4cbfcef1.tar.gz gentoo-86a76e973b35d86861afc88abea18bec4cbfcef1.tar.bz2 gentoo-86a76e973b35d86861afc88abea18bec4cbfcef1.zip |
dev-perl/prefork: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-perl/prefork')
-rw-r--r-- | dev-perl/prefork/prefork-1.50.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild b/dev-perl/prefork/prefork-1.50.0.ebuild index 8f6b1b2a715d..5544372026f2 100644 --- a/dev-perl/prefork/prefork-1.50.0.ebuild +++ b/dev-perl/prefork/prefork-1.50.0.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="Optimized module loading for forking or non-forking processes" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" virtual/perl-Carp |