From 6a352873fc006562c910e46bb16b81e186b5b341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fabbro?= Date: Tue, 7 Mar 2017 00:20:35 +0000 Subject: [PATCH] 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 7861c425102ca..0c701874fe584 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)