commit:     ce0d8617e3345ecaaf62655324b8afecfd95100a
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 15:31:26 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 15:35:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0d8617

mail-client/mutt: restrict USE=vanilla with nntp or notmuch

Closes: https://bugs.gentoo.org/694486
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 mail-client/mutt/mutt-1.12.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail-client/mutt/mutt-1.12.1.ebuild 
b/mail-client/mutt/mutt-1.12.1.ebuild
index e7a091241ec..6c1d31ab1ce 100644
--- a/mail-client/mutt/mutt-1.12.1.ebuild
+++ b/mail-client/mutt/mutt-1.12.1.ebuild
@@ -25,7 +25,8 @@ REQUIRED_USE="
        smime_classic?    ( ssl !gnutls )
        smtp?             ( ssl sasl )
        sasl?             ( || ( imap pop smtp nntp ) )
-       kerberos?         ( || ( imap pop smtp nntp ) )"
+       kerberos?         ( || ( imap pop smtp nntp ) )
+       vanilla?          ( !nntp !notmuch )"
 SLOT="0"
 LICENSE="GPL-2"
 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"

Reply via email to