diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-03-09 11:51:40 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-09 20:58:08 +0800 |
commit | 8241f7f717d882a31a9176d768f0fb747ab7539a (patch) | |
tree | b0c8bb4c5396a29774d51f40c3122f65f2618e12 /dev-perl/Switch | |
parent | dev-perl/Sub-Override: keyword ~riscv (diff) | |
download | gentoo-8241f7f717d882a31a9176d768f0fb747ab7539a.tar.gz gentoo-8241f7f717d882a31a9176d768f0fb747ab7539a.tar.bz2 gentoo-8241f7f717d882a31a9176d768f0fb747ab7539a.zip |
dev-perl/Switch: 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/Switch')
-rw-r--r-- | dev-perl/Switch/Switch-2.170.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Switch/Switch-2.170.0-r1.ebuild b/dev-perl/Switch/Switch-2.170.0-r1.ebuild index a583bfea4fa1..4a36146c21ee 100644 --- a/dev-perl/Switch/Switch-2.170.0-r1.ebuild +++ b/dev-perl/Switch/Switch-2.170.0-r1.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,4 +10,4 @@ inherit perl-module DESCRIPTION="A switch statement for Perl" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux" |