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 E7A82158086 for ; Sat, 16 Oct 2021 14:57:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 320B1E084A; Sat, 16 Oct 2021 14:57:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18893E0837 for ; Sat, 16 Oct 2021 14:57:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D14833430FF for ; Sat, 16 Oct 2021 14:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75D87175 for ; Sat, 16 Oct 2021 14:57:15 +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: <1634396198.9fa14f7ea65c22dc77fd7ade0098ddf549ca9fb0.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild X-VCS-Directories: gui-apps/wl-clipboard/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 9fa14f7ea65c22dc77fd7ade0098ddf549ca9fb0 X-VCS-Branch: master Date: Sat, 16 Oct 2021 14:57:15 +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: e9c581ad-2fcd-445c-bb19-7ee84bd1a2f4 X-Archives-Hash: 527b89896f3c340ecb26921839b84b70 commit: 9fa14f7ea65c22dc77fd7ade0098ddf549ca9fb0 Author: Yongxiang Liang gmail com> AuthorDate: Thu Oct 14 19:42:56 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Oct 16 14:56:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa14f7e gui-apps/wl-clipboard: keyword ~riscv Closes: https://github.com/gentoo/gentoo/pull/22589 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Yixun Lan gentoo.org> gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild index d73f0f2bcd0..abb7b4591d7 100644 --- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild +++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git" else SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi LICENSE="GPL-3"