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 E725C139083 for ; Sat, 16 Dec 2017 20:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2931CE0C56; Sat, 16 Dec 2017 20:58:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0871CE0C56 for ; Sat, 16 Dec 2017 20:58:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0E7B533BF3C for ; Sat, 16 Dec 2017 20:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 756D3AE88 for ; Sat, 16 Dec 2017 20:58:41 +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: <1513457911.7963b3c86d785221f482b8e7f3ed0e1ad0d97902.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: 7963b3c86d785221f482b8e7f3ed0e1ad0d97902 X-VCS-Branch: master Date: Sat, 16 Dec 2017 20:58:41 +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: 7b4d82bb-a1dc-4f94-a4d5-3bd590533e97 X-Archives-Hash: d559cea127ce7a9df84432e7004ca43d commit: 7963b3c86d785221f482b8e7f3ed0e1ad0d97902 Author: Fabian Groffen gentoo org> AuthorDate: Sat Dec 16 20:58:00 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Dec 16 20:58:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7963b3c8 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 mail-client/mutt/mutt-1.9.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail-client/mutt/mutt-1.9.2.ebuild b/mail-client/mutt/mutt-1.9.2.ebuild index 11aec7b0c28..1c47717e522 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 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