Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Wed, 26 Jul 2017 09:39:18
Message-Id: 1501061948.819f4c26a81c3139c662b98d60cec1061202c3b0.pacho@gentoo
1 commit: 819f4c26a81c3139c662b98d60cec1061202c3b0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 09:25:30 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 09:39:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819f4c26
7
8 net-mail/notmuch: amd64/x86 stable, bug #618876
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-mail/notmuch/notmuch-0.24.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-mail/notmuch/notmuch-0.24.2.ebuild b/net-mail/notmuch/notmuch-0.24.2.ebuild
16 index 3ab5365e4a9..a16042a37e0 100644
17 --- a/net-mail/notmuch/notmuch-0.24.2.ebuild
18 +++ b/net-mail/notmuch/notmuch-0.24.2.ebuild
19 @@ -18,7 +18,7 @@ LICENSE="GPL-3"
20 # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is
21 # meant to be binary backward compatible.
22 SLOT="0/4"
23 -KEYWORDS="~alpha ~amd64 ~x86"
24 +KEYWORDS="~alpha amd64 x86"
25 REQUIRED_USE="
26 nmbug? ( python )
27 python? ( ${PYTHON_REQUIRED_USE} )