Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/ezmlm-idx/
Date: Thu, 21 Jan 2021 01:05:10
Message-Id: 1611191102.2e8e07caa999ffd1644ff8cc1d7a9bb26ebf2275.sam@gentoo
1 commit: 2e8e07caa999ffd1644ff8cc1d7a9bb26ebf2275
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 21 01:03:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 21 01:05:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8e07ca
7
8 net-mail/ezmlm-idx: drop stable keywords
9
10 Reports of a regression.
11
12 Bug: https://bugs.gentoo.org/763831
13 Package-Manager: Portage-3.0.13, Repoman-3.0.2
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild
20 index 7335166489f..eb106105776 100644
21 --- a/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild
22 +++ b/net-mail/ezmlm-idx/ezmlm-idx-7.2.2.ebuild
23 @@ -11,7 +11,8 @@ SRC_URI="https://untroubled.org/ezmlm/archive/${PV}/${P}.tar.gz"
24
25 LICENSE="GPL-2"
26 SLOT="0"
27 -KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc x86"
28 +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
29 +#KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc x86"
30 IUSE="mysql postgres sqlite"
31
32 DEPEND="mysql? ( dev-db/mysql-connector-c:0= )