mail-client/mutt: remove USE=sidebar
authorFabian Groffen <grobian@gentoo.org>
Sat, 16 Dec 2017 14:01:38 +0000 (15:01 +0100)
committerFabian Groffen <grobian@gentoo.org>
Sat, 16 Dec 2017 14:01:56 +0000 (15:01 +0100)
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

index 11f090ed10a2c281d8855cf07b242d785a79707f..11aec7b0c281a0fe3b7a3d24f91b8e8aa5f4f5e1 100644 (file)
@@ -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"