diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-12-24 13:51:33 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-31 11:38:34 +0800 |
commit | 30b13f8a062c00dc58f26d6270381c21f95b0430 (patch) | |
tree | 7aaed532fc4f05c2e454547736beb3894601538e /dev-perl/Test-Bits | |
parent | dev-perl/Path-Class: keyword ~riscv (diff) | |
download | gentoo-30b13f8a062c00dc58f26d6270381c21f95b0430.tar.gz gentoo-30b13f8a062c00dc58f26d6270381c21f95b0430.tar.bz2 gentoo-30b13f8a062c00dc58f26d6270381c21f95b0430.zip |
dev-perl/Test-Bits: keyword ~riscv
Package-Manager: Portage-3.0.30, 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/Test-Bits')
-rw-r--r-- | dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild b/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild index 49ea3bbab068..243a6d76a032 100644 --- a/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild +++ b/dev-perl/Test-Bits/Test-Bits-0.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Provides a bits_is() subroutine for testing binary data" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |