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>
This commit is contained in:
Robin H. Johnson
2017-03-06 10:14:35 -08:00
parent d617c7ac0a
commit d08d63e2f2

View 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)