diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-03-09 21:10:33 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-09 21:31:28 +0800 |
commit | 935086d19177dc49a84b5721106463c2d0ea48a8 (patch) | |
tree | 458f9673de31dd5321368ab327cd8e3f4fa94ea7 /dev-perl | |
parent | dev-perl/Module-ScanDeps: keyword ~riscv (diff) | |
download | gentoo-935086d19177dc49a84b5721106463c2d0ea48a8.tar.gz gentoo-935086d19177dc49a84b5721106463c2d0ea48a8.tar.bz2 gentoo-935086d19177dc49a84b5721106463c2d0ea48a8.zip |
dev-perl/Net-Netmask: 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')
-rw-r--r-- | dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild index 9cad84b76c37..3371b85380bb 100644 --- a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild +++ b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.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=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Parse, manipulate and lookup IP network blocks" SLOT="0" -KEYWORDS="amd64 arm arm64 ~mips ppc ~ppc64 x86" +KEYWORDS="amd64 arm arm64 ~mips ppc ~ppc64 ~riscv x86" IUSE="minimal test" RESTRICT="!test? ( test )" |