From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-830545-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5B8FF13989D for <garchives@archives.gentoo.org>; Wed, 26 Aug 2015 15:23:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0922141DF; Wed, 26 Aug 2015 15:23:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F172141D5 for <gentoo-commits@lists.gentoo.org>; Wed, 26 Aug 2015 15:23:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FB59340B54 for <gentoo-commits@lists.gentoo.org>; Wed, 26 Aug 2015 15:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 399C815B for <gentoo-commits@lists.gentoo.org>; Wed, 26 Aug 2015 15:23:37 +0000 (UTC) From: "Eray Aslan" <eras@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" <eras@gentoo.org> Message-ID: <1440602472.625993eedf000ac3d98ba1787f982decc3f498e0.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailutils/mailutils-2.99.98.ebuild X-VCS-Directories: net-mail/mailutils/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: 625993eedf000ac3d98ba1787f982decc3f498e0 X-VCS-Branch: master Date: Wed, 26 Aug 2015 15:23:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b91a2002-20e0-47e3-a9b8-266e57ad8600 X-Archives-Hash: c61fd776356ec8edb10c8c512c73ea07 commit: 625993eedf000ac3d98ba1787f982decc3f498e0 Author: Eray Aslan <eras <AT> gentoo <DOT> org> AuthorDate: Wed Aug 26 15:21:12 2015 +0000 Commit: Eray Aslan <eras <AT> gentoo <DOT> org> CommitDate: Wed Aug 26 15:21:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625993ee net-mail/mailutils: Fix quoting Bug: 558832 Package-Manager: portage-2.2.20.1 net-mail/mailutils/mailutils-2.99.98.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/mailutils/mailutils-2.99.98.ebuild b/net-mail/mailutils/mailutils-2.99.98.ebuild index e97b5ad..ddaa693 100644 --- a/net-mail/mailutils/mailutils-2.99.98.ebuild +++ b/net-mail/mailutils/mailutils-2.99.98.ebuild @@ -23,7 +23,7 @@ RDEPEND="!mail-client/nmh !mail-filter/libsieve !mail-client/mailx !mail-client/nail - sys-libs/ncurses + sys-libs/ncurses:* sys-libs/readline:* || ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 ) virtual/mta @@ -58,7 +58,7 @@ src_prepare() { epatch "${FILESDIR}/${P}-array_bounds.patch" epatch "${FILESDIR}/${P}-readline-6.3.patch" #503954 if use mysql; then - sed -i -e /^INCLUDES/s:$:$(mysql_config --include): \ + sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \ sql/Makefile.am || die eautoreconf fi