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 DD2E11581E7 for ; Fri, 26 Apr 2024 14:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7A84E29E6; Fri, 26 Apr 2024 14:31:53 +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 8A774E29E6 for ; Fri, 26 Apr 2024 14:31:53 +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 7CF6B343090 for ; Fri, 26 Apr 2024 14:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D699F1755 for ; Fri, 26 Apr 2024 14:31:50 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1714141905.38715bb9df970e759cd16b5e96ff06a8db849ab9.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/spectrwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/spectrwm/spectrwm-3.5.1.ebuild X-VCS-Directories: x11-wm/spectrwm/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 38715bb9df970e759cd16b5e96ff06a8db849ab9 X-VCS-Branch: master Date: Fri, 26 Apr 2024 14:31:50 +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: cd5a1733-a7cb-47d5-98be-29a6eeb7c962 X-Archives-Hash: 691ba6f2abc8968e2dbad7cc80ad3414 commit: 38715bb9df970e759cd16b5e96ff06a8db849ab9 Author: Ben Kohler gentoo org> AuthorDate: Fri Apr 26 14:25:42 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Apr 26 14:31:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38715bb9 x11-wm/spectrwm: stabilize 3.5.1 for amd64, x86 Signed-off-by: Ben Kohler gentoo.org> x11-wm/spectrwm/spectrwm-3.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/spectrwm/spectrwm-3.5.1.ebuild b/x11-wm/spectrwm/spectrwm-3.5.1.ebuild index 721549a39ae1..8e29591ba462 100644 --- a/x11-wm/spectrwm/spectrwm-3.5.1.ebuild +++ b/x11-wm/spectrwm/spectrwm-3.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ S="${WORKDIR}/${PN}-${PN^^}_${PV//./_}" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND=" elibc_musl? ( sys-libs/queue-standalone )