Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
Date: Sun, 15 Sep 2019 15:38:00
Message-Id: 1568561756.ce0d8617e3345ecaaf62655324b8afecfd95100a.grobian@gentoo
1 commit: ce0d8617e3345ecaaf62655324b8afecfd95100a
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 15:31:26 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 15:35:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0d8617
7
8 mail-client/mutt: restrict USE=vanilla with nntp or notmuch
9
10 Closes: https://bugs.gentoo.org/694486
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 mail-client/mutt/mutt-1.12.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/mail-client/mutt/mutt-1.12.1.ebuild b/mail-client/mutt/mutt-1.12.1.ebuild
18 index e7a091241ec..6c1d31ab1ce 100644
19 --- a/mail-client/mutt/mutt-1.12.1.ebuild
20 +++ b/mail-client/mutt/mutt-1.12.1.ebuild
21 @@ -25,7 +25,8 @@ REQUIRED_USE="
22 smime_classic? ( ssl !gnutls )
23 smtp? ( ssl sasl )
24 sasl? ( || ( imap pop smtp nntp ) )
25 - kerberos? ( || ( imap pop smtp nntp ) )"
26 + kerberos? ( || ( imap pop smtp nntp ) )
27 + vanilla? ( !nntp !notmuch )"
28 SLOT="0"
29 LICENSE="GPL-2"
30 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"