commit: d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Mon Mar 6 18:14:35 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Mon Mar 6 18:15:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08d63e2
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 <AT> gentoo.org> sci-mathematics/glpk/{glpk-4.61.ebuild => glpk-4.61-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/glpk/glpk-4.61.ebuild b/sci-mathematics/glpk/glpk-4.61-r1.ebuild similarity index 96% rename from sci-mathematics/glpk/glpk-4.61.ebuild rename to sci-mathematics/glpk/glpk-4.61-r1.ebuild index 7861c425102..0c701874fe5 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)