From d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 6 Mar 2017 10:14:35 -0800 Subject: [PATCH] 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 --- .../glpk/{glpk-4.61.ebuild => glpk-4.61-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sci-mathematics/glpk/{glpk-4.61.ebuild => glpk-4.61-r1.ebuild} (96%) 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) -- 2.26.2