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/notmuch/
Date: Sat, 02 Jan 2021 22:33:12
Message-Id: 1609625738.4a34d1bb2561b8da03f2f6b9759ccf2bc2ed73df.sam@gentoo
1 commit: 4a34d1bb2561b8da03f2f6b9759ccf2bc2ed73df
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 22:15:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 22:15:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a34d1bb
7
8 net-mail/notmuch: restore dropped ~x64-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-mail/notmuch/notmuch-0.31.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild
17 index 88f4451fc0b..5f806e985b5 100644
18 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild
19 +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -18,7 +18,7 @@ LICENSE="GPL-3"
27 # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is
28 # meant to be binary backward compatible.
29 SLOT="0/5"
30 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~x86"
31 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
32 REQUIRED_USE="
33 apidoc? ( doc )
34 nmbug? ( python )