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 35F8D139694 for ; Mon, 6 Mar 2017 18:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D61821C038; Mon, 6 Mar 2017 18:15:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6A5E921C038 for ; Mon, 6 Mar 2017 18:15:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EAE2C34071C for ; Mon, 6 Mar 2017 18:15:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89BD05E9E for ; Mon, 6 Mar 2017 18:15:10 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1488824104.d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c.robbat2@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 sci-mathematics/glpk/glpk-4.61.ebuild X-VCS-Directories: sci-mathematics/glpk/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c X-VCS-Branch: master Date: Mon, 6 Mar 2017 18:15:10 +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: 8de3b6d1-0528-43d3-838c-63f22633257d X-Archives-Hash: 0e95e74566d19c69d85de54e0c2be6f0 commit: d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c Author: Robin H. Johnson gentoo org> AuthorDate: Mon Mar 6 18:14:35 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Mar 6 18:15:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08d63e2 sci-mathematics/glpk: fix configure typo per bug #611694, revbump to apply to users Package-Manager: portage-2.3.3 Signed-off-by: Robin H. Johnson gentoo.org> sci-mathematics/glpk/{glpk-4.61.ebuild => glpk-4.61-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/glpk/glpk-4.61.ebuild b/sci-mathematics/glpk/glpk-4.61-r1.ebuild similarity index 96% rename from sci-mathematics/glpk/glpk-4.61.ebuild rename to sci-mathematics/glpk/glpk-4.61-r1.ebuild index 7861c425102..0c701874fe5 100644 --- a/sci-mathematics/glpk/glpk-4.61.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)