From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E5AA138334 for ; Sun, 15 Sep 2019 15:38:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89A3DE0886; Sun, 15 Sep 2019 15:37:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B6D3E0886 for ; Sun, 15 Sep 2019 15:37:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 469D634B1DE for ; Sun, 15 Sep 2019 15:37:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2C1B744 for ; Sun, 15 Sep 2019 15:37:56 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1568561756.ce0d8617e3345ecaaf62655324b8afecfd95100a.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/mutt/mutt-1.12.1.ebuild X-VCS-Directories: mail-client/mutt/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: ce0d8617e3345ecaaf62655324b8afecfd95100a X-VCS-Branch: master Date: Sun, 15 Sep 2019 15:37:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01a60dc1-99c7-4c8c-8f58-0bbf87416789 X-Archives-Hash: 7be5f47f3aa12e875bf482bb5068c518 commit: ce0d8617e3345ecaaf62655324b8afecfd95100a Author: Fabian Groffen gentoo org> AuthorDate: Sun Sep 15 15:31:26 2019 +0000 Commit: Fabian Groffen gentoo 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 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"