From: Robin H. Johnson Date: Mon, 6 Mar 2017 18:14:35 +0000 (-0800) Subject: sci-mathematics/glpk: fix configure typo per bug #611694, revbump to apply to users X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c;p=gentoo.git 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 --- 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 7861c425102c..0c701874fe58 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)