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 903CC139083 for ; Sat, 16 Dec 2017 14:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2448E0EEE; Sat, 16 Dec 2017 14:02:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7DD41E0EE8 for ; Sat, 16 Dec 2017 14:02:02 +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 4DEA233BEAC for ; Sat, 16 Dec 2017 14:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10528AE70 for ; Sat, 16 Dec 2017 14:02:00 +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: <1513432916.3bc1f18aacff4ca0faaf2527267392a1811c1d83.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.9.2.ebuild X-VCS-Directories: mail-client/mutt/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 3bc1f18aacff4ca0faaf2527267392a1811c1d83 X-VCS-Branch: master Date: Sat, 16 Dec 2017 14:02:00 +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-Archives-Salt: 2432bcc4-28e9-40eb-9438-7fd7f7f942d6 X-Archives-Hash: fb5b78d18f73a860a6e0f77597103bb4 commit: 3bc1f18aacff4ca0faaf2527267392a1811c1d83 Author: Fabian Groffen gentoo org> AuthorDate: Sat Dec 16 14:01:38 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Dec 16 14:01:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc1f18a mail-client/mutt: remove USE=sidebar The sidebar feature is now part of mutt upstream (a while already) so there's no danger in it being a "wrong" patch. Next to this, it doesn't add any dependencies of sort, and doesn't change the way of operating, sidebar still needs to be explicitly enabled. Hence unconditionally enable sidebar support to reduce USE-flag complexity" Package-Manager: Portage-2.3.13, Repoman-2.3.3 mail-client/mutt/mutt-1.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/mutt/mutt-1.9.2.ebuild b/mail-client/mutt/mutt-1.9.2.ebuild index 11f090ed10a..11aec7b0c28 100644 --- a/mail-client/mutt/mutt-1.9.2.ebuild +++ b/mail-client/mutt/mutt-1.9.2.ebuild @@ -14,7 +14,7 @@ MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz" SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}" -IUSE="berkdb crypt debug doc gdbm gnutls gpg gpgme +hcache idn imap kerberos libressl lmdb mbox nls nntp notmuch pgp_classic pop qdbm sasl selinux sidebar slang smime smime_classic smtp ssl tokyocabinet vanilla prefix" +IUSE="berkdb crypt debug doc gdbm gnutls gpg gpgme +hcache idn imap kerberos libressl lmdb mbox nls nntp notmuch pgp_classic pop qdbm sasl selinux slang smime smime_classic smtp ssl tokyocabinet vanilla prefix" REQUIRED_USE=" hcache? ( ^^ ( berkdb gdbm lmdb qdbm tokyocabinet ) ) imap? ( ssl ) @@ -139,7 +139,6 @@ src_configure() { $(use_enable doc) $(use_enable nls) $(use_enable notmuch) - $(use_enable sidebar) # protocols $(use_enable imap) @@ -160,6 +159,7 @@ src_configure() { "--enable-compressed" "--enable-external-dotlock" "--enable-nfs-fix" + "--enable-sidebar" "--sysconfdir=${EPREFIX}/etc/${PN}" "--with-docdir=${EPREFIX}/usr/share/doc/${PN}-${PVR}" "--with-regex"