diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-03-03 22:14:31 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-03 23:13:33 +0800 |
commit | 3134e657b8c9d67432792d7585326f68e6238f44 (patch) | |
tree | e67cb1ff23db735268f60f7e4562fe2d5e3c0a6e /dev-perl | |
parent | dev-perl/Mail-Message: keyword ~riscv (diff) | |
download | gentoo-3134e657b8c9d67432792d7585326f68e6238f44.tar.gz gentoo-3134e657b8c9d67432792d7585326f68e6238f44.tar.bz2 gentoo-3134e657b8c9d67432792d7585326f68e6238f44.zip |
dev-perl/Authen-NTLM: 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/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild index 87e32a46ea76..fb6fc74a42eb 100644 --- a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild +++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="An NTLM authentication module" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |