sci-mathematics/glpk: fix configure typo per bug #611694, revbump to apply to users
authorRobin H. Johnson <robbat2@gentoo.org>
Mon, 6 Mar 2017 18:14:35 +0000 (10:14 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Mon, 6 Mar 2017 18:15:04 +0000 (10:15 -0800)
Package-Manager: portage-2.3.3
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
sci-mathematics/glpk/glpk-4.61-r1.ebuild [moved from sci-mathematics/glpk/glpk-4.61.ebuild with 96% similarity]

similarity index 96%
rename from sci-mathematics/glpk/glpk-4.61.ebuild
rename to sci-mathematics/glpk/glpk-4.61-r1.ebuild
index 7861c425102ca029034b867201a54ff587862d09..0c701874fe584930ea17750aa94ca9355cf64506 100644 (file)
@@ -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)