diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-07-27 17:28:55 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-07-27 18:21:27 +0800 |
commit | 2072df9d387993e1b0f1faf6afc4df9b6b3f252a (patch) | |
tree | 6d1b75f6f7f5e468f65e3f6605bb0dbf6d2c5fcc /dev-perl/Test-Bits | |
parent | dev-perl/List-AllUtils: keyword 0.190.0 for ~loong (diff) | |
download | gentoo-2072df9d387993e1b0f1faf6afc4df9b6b3f252a.tar.gz gentoo-2072df9d387993e1b0f1faf6afc4df9b6b3f252a.tar.bz2 gentoo-2072df9d387993e1b0f1faf6afc4df9b6b3f252a.zip |
dev-perl/Test-Bits: keyword 0.20.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n@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 243a6d76a032..f5374a09f341 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-2021 Gentoo Authors +# Copyright 2020-2023 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 ~riscv ~x86" +KEYWORDS="~amd64 ~loong ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |