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 1D29D15817D for ; Fri, 21 Jun 2024 18:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB507E2A4A; Fri, 21 Jun 2024 18:22:52 +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 BA227E2A4A for ; Fri, 21 Jun 2024 18:22:52 +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 D78FA33BE12 for ; Fri, 21 Jun 2024 18:22:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1547A1D50 for ; Fri, 21 Jun 2024 18:22:49 +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: <1718994141.6464f8d0c08790b4f07a4b4cbc0b1bbe73deaa43.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/imapfilter/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/imapfilter/imapfilter-2.8.2.ebuild X-VCS-Directories: mail-filter/imapfilter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6464f8d0c08790b4f07a4b4cbc0b1bbe73deaa43 X-VCS-Branch: master Date: Fri, 21 Jun 2024 18:22:49 +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: adcd69c2-1e69-43be-aabf-5ef33bb829a0 X-Archives-Hash: fa195150c2018c5d4d4443033c09b123 commit: 6464f8d0c08790b4f07a4b4cbc0b1bbe73deaa43 Author: Sam James gentoo org> AuthorDate: Fri Jun 21 18:22:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 21 18:22:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6464f8d0 mail-filter/imapfilter: Stabilize 2.8.2 x86, #934586 Signed-off-by: Sam James gentoo.org> mail-filter/imapfilter/imapfilter-2.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/imapfilter/imapfilter-2.8.2.ebuild b/mail-filter/imapfilter/imapfilter-2.8.2.ebuild index 334a8863906a..fa231a5104fd 100644 --- a/mail-filter/imapfilter/imapfilter-2.8.2.ebuild +++ b/mail-filter/imapfilter/imapfilter-2.8.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lefcha/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="~amd64 ppc x86" REQUIRED_USE="${LUA_REQUIRED_USE}"