From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1243735-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D7D021382C5
	for <garchives@archives.gentoo.org>; Thu, 21 Jan 2021 01:05:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B6C98E081B;
	Thu, 21 Jan 2021 01:05:09 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 94BECE081B
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jan 2021 01:05:09 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2DD4C33BEC5
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jan 2021 01:05:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D1F84A4
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jan 2021 01:05:06 +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: <1611191102.2e8e07caa999ffd1644ff8cc1d7a9bb26ebf2275.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/ezmlm-idx/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild
X-VCS-Directories: net-mail/ezmlm-idx/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 2e8e07caa999ffd1644ff8cc1d7a9bb26ebf2275
X-VCS-Branch: master
Date: Thu, 21 Jan 2021 01:05:06 +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: 60c84d6d-7a5b-4112-899b-a7aa79bea9a2
X-Archives-Hash: 6292dbc62591427159cc5462a5008baa

commit:     2e8e07caa999ffd1644ff8cc1d7a9bb26ebf2275
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 01:03:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 01:05:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8e07ca

net-mail/ezmlm-idx: drop stable keywords

Reports of a regression.

Bug: https://bugs.gentoo.org/763831
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild
index 7335166489f..eb106105776 100644
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild
+++ b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild
@@ -11,7 +11,8 @@ SRC_URI="https://untroubled.org/ezmlm/archive/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+#KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc x86"
 IUSE="mysql postgres sqlite"
 
 DEPEND="mysql? ( dev-db/mysql-connector-c:0= )