diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-12-16 15:01:38 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-12-16 15:01:56 +0100 |
commit | 3bc1f18aacff4ca0faaf2527267392a1811c1d83 (patch) | |
tree | 48bb5bdb4044d1cabe71487f0affeec11ef530e9 /mail-client/mutt | |
parent | dev-python/pyilmbase: Update Manifest hashes. (diff) | |
download | gentoo-3bc1f18aacff4ca0faaf2527267392a1811c1d83.tar.gz gentoo-3bc1f18aacff4ca0faaf2527267392a1811c1d83.tar.bz2 gentoo-3bc1f18aacff4ca0faaf2527267392a1811c1d83.zip |
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
Diffstat (limited to 'mail-client/mutt')
-rw-r--r-- | mail-client/mutt/mutt-1.9.2.ebuild | 4 |
1 files 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 11f090ed10a2..11aec7b0c281 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" |