diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-09-15 17:31:26 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-09-15 17:35:56 +0200 |
commit | ce0d8617e3345ecaaf62655324b8afecfd95100a (patch) | |
tree | fd2b35728740e5b0fb8d2caa979afdf4009c0f0b /mail-client | |
parent | app-emulation/faudio: Sync with ::wine (diff) | |
download | gentoo-ce0d8617e3345ecaaf62655324b8afecfd95100a.tar.gz gentoo-ce0d8617e3345ecaaf62655324b8afecfd95100a.tar.bz2 gentoo-ce0d8617e3345ecaaf62655324b8afecfd95100a.zip |
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@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mutt/mutt-1.12.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-client/mutt/mutt-1.12.1.ebuild b/mail-client/mutt/mutt-1.12.1.ebuild index e7a091241ec9..6c1d31ab1ce2 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" |