diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-09-21 17:45:28 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-09-21 21:39:43 +0800 |
commit | a5cf7ceaec1eeb4103efc84afa4739b8b1618f56 (patch) | |
tree | 3e2336ef3b3ebfdad75c1c9ef83d7ca1b45b2d89 | |
parent | dev-perl/Devel-CheckCompiler: keyword ~riscv (diff) | |
download | gentoo-a5cf7ceaec1eeb4103efc84afa4739b8b1618f56.tar.gz gentoo-a5cf7ceaec1eeb4103efc84afa4739b8b1618f56.tar.bz2 gentoo-a5cf7ceaec1eeb4103efc84afa4739b8b1618f56.zip |
dev-perl/File-Copy-Link: keyword ~riscv
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild index d1c4467ca8e6..a0538d91d941 100644 --- a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild +++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl extension for replacing a link by a copy of the linked file" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" |