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 8F257159C9B for ; Sun, 28 Jul 2024 02:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBB6B2BC03F; Sun, 28 Jul 2024 02:39:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 ADF7F2BC032 for ; Sun, 28 Jul 2024 02:39:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3E2F341B27 for ; Sun, 28 Jul 2024 02:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAA401E75 for ; Sun, 28 Jul 2024 02:39:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1722134342.28ee5877b5207a5f451094dacb89dfc146ccea2f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wofi/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wofi/wofi-1.4.1.ebuild X-VCS-Directories: gui-apps/wofi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 28ee5877b5207a5f451094dacb89dfc146ccea2f X-VCS-Branch: master Date: Sun, 28 Jul 2024 02:39:34 +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: 28a8618a-f9fb-42ab-8a2d-b794fd9932b4 X-Archives-Hash: 2da8a1251dd203314dd17f6d81d469f0 commit: 28ee5877b5207a5f451094dacb89dfc146ccea2f Author: Sam James gentoo org> AuthorDate: Sun Jul 28 02:39:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 28 02:39:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ee5877 gui-apps/wofi: Stabilize 1.4.1 amd64, #936800 Signed-off-by: Sam James gentoo.org> gui-apps/wofi/wofi-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/wofi/wofi-1.4.1.ebuild b/gui-apps/wofi/wofi-1.4.1.ebuild index cfd36d4d8f2f..d0baf8d0442c 100644 --- a/gui-apps/wofi/wofi-1.4.1.ebuild +++ b/gui-apps/wofi/wofi-1.4.1.ebuild @@ -11,7 +11,7 @@ if [[ "${PV}" == 9999 ]]; then else SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64 ~riscv" + KEYWORDS="amd64 ~riscv" fi DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"