summaryrefslogtreecommitdiff
path: root/sci-mathematics
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-03-06 23:45:08 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-03-07 00:17:20 +0000
commit56f9cee6550b82754fffbb0f66d6b29ae065ebda (patch)
tree7590a7cc9955b1889606709f1d623115c7d168a0 /sci-mathematics
parent507b252783e8df0f12391233109f57aee21d049e (diff)
downloadgentoo-56f9cee6550b82754fffbb0f66d6b29ae065ebda.tar.gz
gentoo-56f9cee6550b82754fffbb0f66d6b29ae065ebda.tar.xz
sci-mathematics/glpk: re-revert
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/glpk/glpk-4.61-r1.ebuild4
1 files 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 0c701874fe5..7861c425102 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)