Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/glpk/
Date: Mon, 06 Mar 2017 18:15:16
Message-Id: 1488824104.d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c.robbat2@gentoo
1 commit: d08d63e2f21ab105b32edd6858ecf2d69d1d6d8c
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 6 18:14:35 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 6 18:15:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08d63e2
7
8 sci-mathematics/glpk: fix configure typo per bug #611694, revbump to apply to users
9
10 Package-Manager: portage-2.3.3
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12
13 sci-mathematics/glpk/{glpk-4.61.ebuild => glpk-4.61-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/glpk/glpk-4.61.ebuild b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
17 similarity index 96%
18 rename from sci-mathematics/glpk/glpk-4.61.ebuild
19 rename to sci-mathematics/glpk/glpk-4.61-r1.ebuild
20 index 7861c425102..0c701874fe5 100644
21 --- a/sci-mathematics/glpk/glpk-4.61.ebuild
22 +++ b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
23 @@ -44,8 +44,8 @@ src_configure() {
24 myconf="--disable-dl"
25 fi
26
27 - econf ${myconf}
28 -\ $(use_enable mysql) \
29 + econf ${myconf} \
30 + $(use_enable mysql) \
31 $(use_enable odbc) \
32 $(use_enable static-libs static) \
33 $(use_with gmp)