From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B182158012 for ; Tue, 21 Sep 2021 13:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2BD5E08A0; Tue, 21 Sep 2021 13:41:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D53E7E08A0 for ; Tue, 21 Sep 2021 13:41:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D92AC342F88 for ; Tue, 21 Sep 2021 13:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1555011D for ; Tue, 21 Sep 2021 13:41:44 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1632231653.e39d3d078ad47f9bd0d469827d01007f8353022f.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/local-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/local-lib/local-lib-2.0.24.ebuild X-VCS-Directories: dev-perl/local-lib/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: e39d3d078ad47f9bd0d469827d01007f8353022f X-VCS-Branch: master Date: Tue, 21 Sep 2021 13:41:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da0e7212-f1c1-4ba0-a83c-e439a243247c X-Archives-Hash: ec408ceb862e04258eb584132891f3f9 commit: e39d3d078ad47f9bd0d469827d01007f8353022f Author: Yongxiang Liang gmail com> AuthorDate: Tue Sep 21 09:51:43 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Sep 21 13:40:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39d3d07 dev-perl/local-lib: keyword ~riscv Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Yixun Lan gentoo.org> dev-perl/local-lib/local-lib-2.0.24.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/local-lib/local-lib-2.0.24.ebuild b/dev-perl/local-lib/local-lib-2.0.24.ebuild index 9b0a9ba53b3..c0b1e32acc7 100644 --- a/dev-perl/local-lib/local-lib-2.0.24.ebuild +++ b/dev-perl/local-lib/local-lib-2.0.24.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 @@ -8,7 +8,7 @@ inherit perl-module DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB' SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"