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 87CA713835A for ; Thu, 3 Sep 2020 10:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF856E0875; Thu, 3 Sep 2020 10:16:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4E11E0874 for ; Thu, 3 Sep 2020 10:16:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D901B340F2C for ; Thu, 3 Sep 2020 10:16:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DE4734A for ; Thu, 3 Sep 2020 10:16:42 +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: <1599128177.5d088ac085e9d7170c213c8edff969a93d654115.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-can/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild X-VCS-Directories: dev-perl/UNIVERSAL-can/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 5d088ac085e9d7170c213c8edff969a93d654115 X-VCS-Branch: master Date: Thu, 3 Sep 2020 10:16:42 +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: 972891ea-8e7d-408e-9876-51d263c2cdf4 X-Archives-Hash: f18daa3e45c84444d4f28b9e77128758 commit: 5d088ac085e9d7170c213c8edff969a93d654115 Author: Yixun Lan gentoo org> AuthorDate: Thu Sep 3 10:13:58 2020 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Sep 3 10:16:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d088ac0 dev-perl/UNIVERSAL-can: keyword riscv Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Yixun Lan gentoo.org> dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild index bdd4a167ed0..a782a5542d4 100644 --- a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.403.280.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 sparc x86 ~ppc-aix" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv sparc x86 ~ppc-aix" IUSE="test" RESTRICT="!test? ( test )"