summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2022-05-14 18:27:35 +0800
committerWANG Xuerui <xen0n@gentoo.org>2022-05-14 18:28:51 +0800
commitde8cd7132c44c8cc6742198c3bc5e8205233aec5 (patch)
tree05cb85b9853a6946985fc17767fc4822ceddcb9a /dev-perl/namespace-clean
parentdev-perl/Devel-GlobalDestruction: keyword 0.140.0-r1 for ~loong (diff)
downloadgentoo-de8cd7132c44c8cc6742198c3bc5e8205233aec5.tar.gz
gentoo-de8cd7132c44c8cc6742198c3bc5e8205233aec5.tar.bz2
gentoo-de8cd7132c44c8cc6742198c3bc5e8205233aec5.zip
dev-perl/namespace-clean: keyword 0.270.0-r1 for ~loong
Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-perl/namespace-clean')
-rw-r--r--dev-perl/namespace-clean/namespace-clean-0.270.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/namespace-clean/namespace-clean-0.270.0-r1.ebuild b/dev-perl/namespace-clean/namespace-clean-0.270.0-r1.ebuild
index d5e8105866a4..65712e4d074d 100644
--- a/dev-perl/namespace-clean/namespace-clean-0.270.0-r1.ebuild
+++ b/dev-perl/namespace-clean/namespace-clean-0.270.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,7 +10,7 @@ inherit perl-module
DESCRIPTION="Keep imports and functions out of your namespace"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
RDEPEND="
>=dev-perl/B-Hooks-EndOfScope-0.120.0