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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB9DE15808B for ; Sat, 16 Apr 2022 14:07:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94F9EE092E; Sat, 16 Apr 2022 14:07:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 272ABE092E for ; Sat, 16 Apr 2022 14:07:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 018A2341B85 for ; Sat, 16 Apr 2022 14:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 562A53A5 for ; Sat, 16 Apr 2022 14:07:51 +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: <1650117135.14f558d1bf7f28a9dd4dbf7244685fdf67057773.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/scrub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/scrub/scrub-2.6.1.ebuild X-VCS-Directories: app-misc/scrub/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 14f558d1bf7f28a9dd4dbf7244685fdf67057773 X-VCS-Branch: master Date: Sat, 16 Apr 2022 14:07:51 +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: 94cb3245-dcba-4873-9ec1-62fc127ed981 X-Archives-Hash: 962e95c8697a2c2dd7cd0b3b949e0ec5 commit: 14f558d1bf7f28a9dd4dbf7244685fdf67057773 Author: Yixun Lan gentoo org> AuthorDate: Sat Apr 16 13:51:57 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Apr 16 13:52:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f558d1 app-misc/scrub: keyword 2.6.1 for ~riscv Signed-off-by: Yixun Lan gentoo.org> app-misc/scrub/scrub-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild index 8ad2d007c75b..32311ea10b7d 100644 --- a/app-misc/scrub/scrub-2.6.1.ebuild +++ b/app-misc/scrub/scrub-2.6.1.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="6" @@ -9,7 +9,7 @@ SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 ~sparc x86" +KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~sparc x86" IUSE="" DEPEND=""