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 1A6AB158090 for ; Fri, 6 May 2022 08:37:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B39EE08C8; Fri, 6 May 2022 08:37:15 +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 6B6E1E08C8 for ; Fri, 6 May 2022 08:37:15 +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 32C84341C7C for ; Fri, 6 May 2022 08:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CB26430 for ; Fri, 6 May 2022 08:37:12 +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: <1651826201.d1f556c0b2217be8c0faecca18794b92a6874c50.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bridge-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/bridge-utils/bridge-utils-1.7.1-r1.ebuild X-VCS-Directories: net-misc/bridge-utils/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: d1f556c0b2217be8c0faecca18794b92a6874c50 X-VCS-Branch: master Date: Fri, 6 May 2022 08:37:12 +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: 2406bec7-cf19-4f60-9f42-5db9d5eb4e64 X-Archives-Hash: f8efbb807b377ee41a02b8b2e9779998 commit: d1f556c0b2217be8c0faecca18794b92a6874c50 Author: Yixun Lan gentoo org> AuthorDate: Fri May 6 05:12:43 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri May 6 08:36:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f556c0 net-misc/bridge-utils: keyword 1.7.1-r1 for ~riscv Signed-off-by: Yixun Lan gentoo.org> net-misc/bridge-utils/bridge-utils-1.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/bridge-utils/bridge-utils-1.7.1-r1.ebuild b/net-misc/bridge-utils/bridge-utils-1.7.1-r1.ebuild index 85a58f61fc89..1ca3e88935d6 100644 --- a/net-misc/bridge-utils/bridge-utils-1.7.1-r1.ebuild +++ b/net-misc/bridge-utils/bridge-utils-1.7.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="selinux" DEPEND="virtual/os-headers"