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 633D113835A for ; Sun, 13 Dec 2020 23:07:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74091E085B; Sun, 13 Dec 2020 23:07:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5BF54E085B for ; Sun, 13 Dec 2020 23:07:10 +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 DA5B3341166 for ; Sun, 13 Dec 2020 23:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B02354 for ; Sun, 13 Dec 2020 23:07:07 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1607900799.cc62d23fc1ed42e2f8466697681827d409f4872b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild X-VCS-Directories: dev-perl/File-ShareDir/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: cc62d23fc1ed42e2f8466697681827d409f4872b X-VCS-Branch: master Date: Sun, 13 Dec 2020 23:07:07 +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: 34669513-a435-4693-9a8c-d52e0f41a7d3 X-Archives-Hash: 7cc74f923ac5b50dfa7a997a1561fbf4 commit: cc62d23fc1ed42e2f8466697681827d409f4872b Author: Kent Fredric gentoo org> AuthorDate: Sun Dec 13 23:05:33 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Dec 13 23:06:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc62d23f dev-perl/File-ShareDir: 1.116.0 Restore ~riscv Required dependency List-MoreUtils keyworded since ~3 months ago. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild index 5d9dcbeb265..66e2f8be8d3 100644 --- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild +++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Locate per-dist and per-module shared files" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="minimal test" RESTRICT="!test? ( test )"