diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-07-27 17:28:34 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-07-27 18:21:24 +0800 |
commit | 06f12b14fd8f3b9e0c130382adff7770e54a8eab (patch) | |
tree | 8ee4d2905dad3260a3cfd1d9a474d9efafd21d99 /dev-perl | |
parent | dev-perl/Throwable: keyword 1.1.0 for ~loong (diff) | |
download | gentoo-06f12b14fd8f3b9e0c130382adff7770e54a8eab.tar.gz gentoo-06f12b14fd8f3b9e0c130382adff7770e54a8eab.tar.bz2 gentoo-06f12b14fd8f3b9e0c130382adff7770e54a8eab.zip |
dev-perl/strictures: keyword 2.0.6 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/strictures/strictures-2.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/strictures/strictures-2.0.6.ebuild b/dev-perl/strictures/strictures-2.0.6.ebuild index 560ebbf4f0b9..fc543b192d91 100644 --- a/dev-perl/strictures/strictures-2.0.6.ebuild +++ b/dev-perl/strictures/strictures-2.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Turn on strict and make most warnings fatal" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="minimal" RDEPEND=" |