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 2C177158074 for ; Sun, 06 Jul 2025 04:00:37 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 91B9834213C for ; Sun, 06 Jul 2025 04:00:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D6F2B11055E; Sun, 06 Jul 2025 04:00:18 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D10DA11055E for ; Sun, 06 Jul 2025 04:00:18 +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 8AB5E341081 for ; Sun, 06 Jul 2025 04:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A86D92A0D for ; Sun, 06 Jul 2025 04:00:16 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1751774409.a66f412b4c44fb975fc1f94400380b536212916c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/clawsker/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/clawsker/clawsker-1.4.1.ebuild X-VCS-Directories: mail-client/clawsker/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a66f412b4c44fb975fc1f94400380b536212916c X-VCS-Branch: master Date: Sun, 06 Jul 2025 04:00:16 +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: 5a35096e-f5ce-4e4f-a480-7bc3d15f686d X-Archives-Hash: 7ca9b7df3380d614ba3415fc5553d294 commit: a66f412b4c44fb975fc1f94400380b536212916c Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jul 6 04:00:09 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jul 6 04:00:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66f412b mail-client/clawsker: Stabilize 1.4.1 x86, #959306 Signed-off-by: Arthur Zamarin gentoo.org> mail-client/clawsker/clawsker-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/clawsker/clawsker-1.4.1.ebuild b/mail-client/clawsker/clawsker-1.4.1.ebuild index 500c57ce5625..15b693a319ff 100644 --- a/mail-client/clawsker/clawsker-1.4.1.ebuild +++ b/mail-client/clawsker/clawsker-1.4.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.claws-mail.org/tools/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RESTRICT="!test? ( test )"