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 A0FD3139694 for ; Tue, 7 Mar 2017 00:20:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06902E0CCE; Tue, 7 Mar 2017 00:20:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D96C0E0CCE for ; Tue, 7 Mar 2017 00:20:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A30FE34106E for ; Tue, 7 Mar 2017 00:20:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D3775EEB for ; Tue, 7 Mar 2017 00:20:45 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1488846035.6a352873fc006562c910e46bb16b81e186b5b341.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/glpk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/glpk/glpk-4.61-r1.ebuild X-VCS-Directories: sci-mathematics/glpk/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 6a352873fc006562c910e46bb16b81e186b5b341 X-VCS-Branch: master Date: Tue, 7 Mar 2017 00:20:45 +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: e0a2e3b3-2f61-4012-bd51-174e28f4ee88 X-Archives-Hash: b3f40f806394c838a57fb4b88c918f0b commit: 6a352873fc006562c910e46bb16b81e186b5b341 Author: Sébastien Fabbro gentoo org> AuthorDate: Tue Mar 7 00:20:35 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Tue Mar 7 00:20:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a352873 sci-mathematics/glpk: reverting, got tricked by git foo Package-Manager: Portage-2.3.4, Repoman-2.3.2 sci-mathematics/glpk/glpk-4.61-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/glpk/glpk-4.61-r1.ebuild b/sci-mathematics/glpk/glpk-4.61-r1.ebuild index 7861c425102..0c701874fe5 100644 --- a/sci-mathematics/glpk/glpk-4.61-r1.ebuild +++ b/sci-mathematics/glpk/glpk-4.61-r1.ebuild @@ -44,8 +44,8 @@ src_configure() { myconf="--disable-dl" fi - econf ${myconf} -\ $(use_enable mysql) \ + econf ${myconf} \ + $(use_enable mysql) \ $(use_enable odbc) \ $(use_enable static-libs static) \ $(use_with gmp)