mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
mail-client/mutt: supply defaults for REQUIRED_USE, bug #607360
Bug: https://bugs.gentoo.org/607360 Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6
This commit is contained in:
@@ -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 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 )
|
||||
@@ -166,8 +166,9 @@ src_configure() {
|
||||
"--with-exec-shell=${EPREFIX}/bin/sh"
|
||||
)
|
||||
|
||||
if [[ ${CHOST} == *-solaris* ]] ; then
|
||||
if [[ ${CHOST} == *-solaris2.* && ${CHOST#*-solaris2.} -le 10 ]] ; then
|
||||
# arrows in index view do not show when using wchar_t
|
||||
# or misalign due to wrong computations
|
||||
myconf+=( "--without-wc-funcs" )
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user