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 6F81C15802F for ; Tue, 28 Mar 2023 20:40:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC438E0877; Tue, 28 Mar 2023 20:40:54 +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 9F1DEE0877 for ; Tue, 28 Mar 2023 20:40:54 +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 B02F6341161 for ; Tue, 28 Mar 2023 20:40:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24D958E4 for ; Tue, 28 Mar 2023 20:40:52 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1680035988.fe510cf2f87c9c4877a39ae11a34c132aa11619e.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/rofi/rofi-1.7.5.ebuild x11-misc/rofi/rofi-9999.ebuild X-VCS-Directories: x11-misc/rofi/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fe510cf2f87c9c4877a39ae11a34c132aa11619e X-VCS-Branch: master Date: Tue, 28 Mar 2023 20:40:52 +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: c56f79eb-a712-4844-a095-c0ba489dbcd6 X-Archives-Hash: f021bf2d808ab5a301d751c9d7809c2f commit: fe510cf2f87c9c4877a39ae11a34c132aa11619e Author: jinqiang zhang 0x0 ee> AuthorDate: Tue Mar 28 20:18:39 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Mar 28 20:39:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe510cf2 x11-misc/rofi: keyword 1.7.5 for ~riscv Closes: https://bugs.gentoo.org/903413 Signed-off-by: jinqiang zhang 0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/30388 Signed-off-by: Florian Schmaus gentoo.org> x11-misc/rofi/rofi-1.7.5.ebuild | 2 +- x11-misc/rofi/rofi-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild index 8e9a841cca71..aa90b0c02f84 100644 --- a/x11-misc/rofi/rofi-1.7.5.ebuild +++ b/x11-misc/rofi/rofi-1.7.5.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 arm64 x86" + KEYWORDS="amd64 arm64 ~riscv x86" fi LICENSE="MIT" diff --git a/x11-misc/rofi/rofi-9999.ebuild b/x11-misc/rofi/rofi-9999.ebuild index 8e9a841cca71..aa90b0c02f84 100644 --- a/x11-misc/rofi/rofi-9999.ebuild +++ b/x11-misc/rofi/rofi-9999.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 arm64 x86" + KEYWORDS="amd64 arm64 ~riscv x86" fi LICENSE="MIT"