commit:     3bc1f18aacff4ca0faaf2527267392a1811c1d83
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 14:01:38 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> 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"

Reply via email to