From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D21481584AD for ; Sat, 26 Apr 2025 02:15:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BD7E2343089 for ; Sat, 26 Apr 2025 02:15:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 849B11104CE; Sat, 26 Apr 2025 02:14:28 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 73CE61104CE for ; Sat, 26 Apr 2025 02:14:28 +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 30C0F34300E for ; Sat, 26 Apr 2025 02:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEFBB276F for ; Sat, 26 Apr 2025 02:14:24 +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: <1745633610.47e57d63435c3f22bd2a6a2d30ee5aba7eedd727.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/bemenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/bemenu/bemenu-0.6.21.ebuild X-VCS-Directories: dev-libs/bemenu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 47e57d63435c3f22bd2a6a2d30ee5aba7eedd727 X-VCS-Branch: master Date: Sat, 26 Apr 2025 02:14:24 +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: 0b5c14f4-8f4c-4808-8625-b30b211de903 X-Archives-Hash: 8ea23bbb07e2142ec15995240861ea54 commit: 47e57d63435c3f22bd2a6a2d30ee5aba7eedd727 Author: Sam James gentoo org> AuthorDate: Sat Apr 26 02:13:30 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 26 02:13:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e57d63 dev-libs/bemenu: Stabilize 0.6.21 x86, #954500 Signed-off-by: Sam James gentoo.org> dev-libs/bemenu/bemenu-0.6.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/bemenu/bemenu-0.6.21.ebuild b/dev-libs/bemenu/bemenu-0.6.21.ebuild index 746781ce8257..20c6f32d5efb 100644 --- a/dev-libs/bemenu/bemenu-0.6.21.ebuild +++ b/dev-libs/bemenu/bemenu-0.6.21.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/Cloudef/bemenu.git" else SRC_URI="https://github.com/Cloudef/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 x86" fi LICENSE="GPL-3"