diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-03-07 00:20:35 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-03-07 00:20:35 +0000 |
commit | 6a352873fc006562c910e46bb16b81e186b5b341 (patch) | |
tree | cf5c8547869c0ce7b4c7c263d391f6bcca5aa369 /sci-mathematics/glpk | |
parent | sci-mathematics/glpk: re-revert (diff) | |
download | gentoo-6a352873fc006562c910e46bb16b81e186b5b341.tar.gz gentoo-6a352873fc006562c910e46bb16b81e186b5b341.tar.bz2 gentoo-6a352873fc006562c910e46bb16b81e186b5b341.zip |
sci-mathematics/glpk: reverting, got tricked by git foo
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r-- | sci-mathematics/glpk/glpk-4.61-r1.ebuild | 4 |
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 7861c425102c..0c701874fe58 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) |