Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Mon, 04 Jul 2016 17:03:11
Message-Id: 1467651698.f8a5c1122b88024e2ea4b3616ed9317da0f9a007.klausman@gentoo
1 commit: f8a5c1122b88024e2ea4b3616ed9317da0f9a007
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 17:01:38 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 17:01:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a5c112
7
8 net-mail/notmuch-0.22-r2: add ~alpha keyword
9
10 Gentoo-Bug: 587560
11
12 net-mail/notmuch/notmuch-0.22-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-mail/notmuch/notmuch-0.22-r2.ebuild b/net-mail/notmuch/notmuch-0.22-r2.ebuild
16 index 6ef3939..73a9881 100644
17 --- a/net-mail/notmuch/notmuch-0.22-r2.ebuild
18 +++ b/net-mail/notmuch/notmuch-0.22-r2.ebuild
19 @@ -19,7 +19,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="~amd64 ~x86"
24 +KEYWORDS="~alpha ~amd64 ~x86"
25 REQUIRED_USE="
26 nmbug? ( python )
27 python? ( ${PYTHON_REQUIRED_USE} )