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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D3F3158020 for ; Fri, 11 Nov 2022 11:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E733E091D; Fri, 11 Nov 2022 11:03:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55111E091D for ; Fri, 11 Nov 2022 11:03:44 +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 952FF335C06 for ; Fri, 11 Nov 2022 11:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3EAD6F8 for ; Fri, 11 Nov 2022 11:03:41 +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: <1668164552.d80eb785459b55cbf489ac885e21197e7e0ca7a8.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/cwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/cwm/cwm-7.1.ebuild X-VCS-Directories: x11-wm/cwm/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: d80eb785459b55cbf489ac885e21197e7e0ca7a8 X-VCS-Branch: master Date: Fri, 11 Nov 2022 11:03:41 +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: 31f56c7f-0f7b-472b-9113-34d91b74aa54 X-Archives-Hash: fd3b35b309244710cb4daf73530eb729 commit: d80eb785459b55cbf489ac885e21197e7e0ca7a8 Author: Yixun Lan gentoo org> AuthorDate: Fri Nov 11 11:02:32 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Nov 11 11:02:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80eb785 x11-wm/cwm: keyword 7.1 for ~riscv Signed-off-by: Yixun Lan gentoo.org> x11-wm/cwm/cwm-7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/cwm/cwm-7.1.ebuild b/x11-wm/cwm/cwm-7.1.ebuild index d9e8535d219e..f36fc68948ab 100644 --- a/x11-wm/cwm/cwm-7.1.ebuild +++ b/x11-wm/cwm/cwm-7.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/leahneukirchen/cwm.git" else SRC_URI="https://github.com/leahneukirchen/cwm/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm ~arm64 x86" + KEYWORDS="amd64 arm ~arm64 ~riscv x86" fi LICENSE="ISC"