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 E091413946D for ; Tue, 3 Aug 2021 15:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F2A8E0A43; Tue, 3 Aug 2021 15:42:29 +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 14815E0A02 for ; Tue, 3 Aug 2021 15:42:28 +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 B82C5343DAD for ; Tue, 3 Aug 2021 15:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 442F686E for ; Tue, 3 Aug 2021 15:42:25 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628005333.a434756baf7adb4a1028a82a4fffd876d7548e69.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-CRC32/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild X-VCS-Directories: dev-perl/String-CRC32/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a434756baf7adb4a1028a82a4fffd876d7548e69 X-VCS-Branch: master Date: Tue, 3 Aug 2021 15:42:25 +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: 6e64abd4-b0af-4a89-9b49-0b6f9bd94d03 X-Archives-Hash: d019c1a559cd834d6478e63f144a1f15 commit: a434756baf7adb4a1028a82a4fffd876d7548e69 Author: Marek Szuba gentoo org> AuthorDate: Tue Aug 3 14:43:08 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Aug 3 15:42:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a434756b dev-perl/String-CRC32: keyword 1.600.0 for ~riscv, EAPI 6 -> 8 Signed-off-by: Marek Szuba gentoo.org> dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild b/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild index 1738a4b1d3a..d15024e09a7 100644 --- a/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild +++ b/dev-perl/String-CRC32/String-CRC32-1.600.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=LEEJO DIST_VERSION=1.6 @@ -11,5 +11,5 @@ DESCRIPTION="Perl interface for cyclic redundancy check generation" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE=""