summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-03-06 10:14:35 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2017-03-06 10:15:04 -0800
commitd08d63e2f21ab105b32edd6858ecf2d69d1d6d8c (patch)
tree2eb13970b705aa159d99b0b0c03efa311d4d9388 /sci-mathematics
parentapp-misc/geneweb: remove 6.08 (for ocaml-3 version) (diff)
downloadgentoo-d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c.tar.gz
gentoo-d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c.tar.bz2
gentoo-d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c.zip
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 <robbat2@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/glpk/glpk-4.61-r1.ebuild (renamed from sci-mathematics/glpk/glpk-4.61.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/glpk/glpk-4.61.ebuild b/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)