diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-03-09 21:02:14 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-09 21:31:00 +0800 |
commit | 7dea322b1268d6b30dff45a0218891e0860367cd (patch) | |
tree | 893c848bf902169361c1498e56ddac84ced4fed6 /dev-perl/B-Debug | |
parent | dev-util/maturin: add 0.12.10 (diff) | |
download | gentoo-7dea322b1268d6b30dff45a0218891e0860367cd.tar.gz gentoo-7dea322b1268d6b30dff45a0218891e0860367cd.tar.bz2 gentoo-7dea322b1268d6b30dff45a0218891e0860367cd.zip |
dev-perl/B-Debug: 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/B-Debug')
-rw-r--r-- | dev-perl/B-Debug/B-Debug-1.260.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/B-Debug/B-Debug-1.260.0-r1.ebuild b/dev-perl/B-Debug/B-Debug-1.260.0-r1.ebuild index 4e9771d24104..b4cc517bba6b 100644 --- a/dev-perl/B-Debug/B-Debug-1.260.0-r1.ebuild +++ b/dev-perl/B-Debug/B-Debug-1.260.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 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Walk Perl syntax tree, printing debug info about ops" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" IUSE="minimal" RDEPEND=" |