From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1603913-garchives=archives.gentoo.org@lists.gentoo.org> 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 D5DC1158041 for <garchives@archives.gentoo.org>; Sun, 25 Feb 2024 07:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2B6BE29CD; Sun, 25 Feb 2024 07:16:10 +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 pigeon.gentoo.org (Postfix) with ESMTPS id D6EE1E29CD for <gentoo-commits@lists.gentoo.org>; Sun, 25 Feb 2024 07:16:10 +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 EAD83343072 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Feb 2024 07:16:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A55514C8 for <gentoo-commits@lists.gentoo.org>; Sun, 25 Feb 2024 07:16:08 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1708845357.50e3ba39a0fbe0725bfcec96e47a9910886a389b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/sway/sway-1.8.1-r2.ebuild X-VCS-Directories: gui-wm/sway/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50e3ba39a0fbe0725bfcec96e47a9910886a389b X-VCS-Branch: master Date: Sun, 25 Feb 2024 07:16:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9b1777dd-3320-4cba-8c9a-b13db3bb7bec X-Archives-Hash: 917e9f118843f8bc47abaee013930937 commit: 50e3ba39a0fbe0725bfcec96e47a9910886a389b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 25 07:15:53 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 25 07:15:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e3ba39 gui-wm/sway: Stabilize 1.8.1-r2 amd64, #925442 Signed-off-by: Sam James <sam <AT> gentoo.org> gui-wm/sway/sway-1.8.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-wm/sway/sway-1.8.1-r2.ebuild b/gui-wm/sway/sway-1.8.1-r2.ebuild index 0f92e837ed5a..386132c3082e 100644 --- a/gui-wm/sway/sway-1.8.1-r2.ebuild +++ b/gui-wm/sway/sway-1.8.1-r2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then else MY_PV=${PV/_rc/-rc} SRC_URI="https://github.com/swaywm/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" S="${WORKDIR}/${PN}-${MY_PV}" fi