diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-03-09 11:12:58 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-09 20:55:20 +0800 |
commit | 0fc2a9a47eec3a5c74004b2443b942a9778cb690 (patch) | |
tree | bfa9a7b213e4e545d9246db2ebb5af84e433f727 /dev-perl/Digest-GOST | |
parent | dev-perl/Digest-CRC: keyword ~riscv (diff) | |
download | gentoo-0fc2a9a47eec3a5c74004b2443b942a9778cb690.tar.gz gentoo-0fc2a9a47eec3a5c74004b2443b942a9778cb690.tar.bz2 gentoo-0fc2a9a47eec3a5c74004b2443b942a9778cb690.zip |
dev-perl/Digest-GOST: 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/Digest-GOST')
-rw-r--r-- | dev-perl/Digest-GOST/Digest-GOST-0.60.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r2.ebuild b/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r2.ebuild index fd2b7db6b414..ad57d91f6314 100644 --- a/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r2.ebuild +++ b/dev-perl/Digest-GOST/Digest-GOST-0.60.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 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Perl interface to the GOST R 34.11-94 digest algorithm" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips 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 ~mips 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 )" |