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 92C8115800D for ; Sun, 2 Jul 2023 12:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5CE3E087F; Sun, 2 Jul 2023 12:15:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BCA56E087F for ; Sun, 2 Jul 2023 12:15:01 +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 018EE335D36 for ; Sun, 2 Jul 2023 12:15:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 901A9A9A for ; Sun, 2 Jul 2023 12:14:59 +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: <1688300086.ac66a01e3fcb77c5c8c39b6bf2e69b389fd1649d.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.1.ebuild X-VCS-Directories: mail-filter/imapfilter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac66a01e3fcb77c5c8c39b6bf2e69b389fd1649d X-VCS-Branch: master Date: Sun, 2 Jul 2023 12:14:59 +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: 98a72bb8-764c-4f85-bbc8-df947d0fcbcd X-Archives-Hash: cfd84f65b6a739c94b16aac165a00030 commit: ac66a01e3fcb77c5c8c39b6bf2e69b389fd1649d Author: Sam James gentoo org> AuthorDate: Sun Jul 2 12:14:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 2 12:14:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac66a01e mail-filter/imapfilter: Stabilize 2.8.1 x86, #909519 Signed-off-by: Sam James gentoo.org> mail-filter/imapfilter/imapfilter-2.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/imapfilter/imapfilter-2.8.1.ebuild b/mail-filter/imapfilter/imapfilter-2.8.1.ebuild index 4b3fbdf18f37..cc72a27d0123 100644 --- a/mail-filter/imapfilter/imapfilter-2.8.1.ebuild +++ b/mail-filter/imapfilter/imapfilter-2.8.1.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}"