diff options
author | Sam James <sam@gentoo.org> | 2021-01-02 22:15:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-02 22:15:38 +0000 |
commit | 4a34d1bb2561b8da03f2f6b9759ccf2bc2ed73df (patch) | |
tree | 60d29a26486bada00cd77947764b2575da2c4636 /net-mail | |
parent | net-mail/notmuch: Bump to version 0.31.3 (diff) | |
download | gentoo-4a34d1bb2561b8da03f2f6b9759ccf2bc2ed73df.tar.gz gentoo-4a34d1bb2561b8da03f2f6b9759ccf2bc2ed73df.tar.bz2 gentoo-4a34d1bb2561b8da03f2f6b9759ccf2bc2ed73df.zip |
net-mail/notmuch: restore dropped ~x64-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.31.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild index 88f4451fc0b1..5f806e985b57 100644 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ LICENSE="GPL-3" # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is # meant to be binary backward compatible. SLOT="0/5" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos" REQUIRED_USE=" apidoc? ( doc ) nmbug? ( python ) |