diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-03-09 11:30:03 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-09 20:56:37 +0800 |
commit | 9e514e747ab5c951aa914bab7520fae22e186b7e (patch) | |
tree | e7623b37362f9e2b0ab1b0f27f36a15254d10b47 /dev-perl/IPC-ShareLite | |
parent | dev-perl/IO-SessionData: keyword ~riscv (diff) | |
download | gentoo-9e514e747ab5c951aa914bab7520fae22e186b7e.tar.gz gentoo-9e514e747ab5c951aa914bab7520fae22e186b7e.tar.bz2 gentoo-9e514e747ab5c951aa914bab7520fae22e186b7e.zip |
dev-perl/IPC-ShareLite: 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/IPC-ShareLite')
-rw-r--r-- | dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild index 1d0c3b106744..85e68324e8b7 100644 --- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild +++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="IPC::ShareLite module for perl" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |