Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/glpk/
Date: Tue, 07 Mar 2017 00:20:48
Message-Id: 1488846035.6a352873fc006562c910e46bb16b81e186b5b341.bicatali@gentoo
1 commit: 6a352873fc006562c910e46bb16b81e186b5b341
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 7 00:20:35 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 00:20:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a352873
7
8 sci-mathematics/glpk: reverting, got tricked by git foo
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 sci-mathematics/glpk/glpk-4.61-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-mathematics/glpk/glpk-4.61-r1.ebuild b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
16 index 7861c425102..0c701874fe5 100644
17 --- a/sci-mathematics/glpk/glpk-4.61-r1.ebuild
18 +++ b/sci-mathematics/glpk/glpk-4.61-r1.ebuild
19 @@ -44,8 +44,8 @@ src_configure() {
20 myconf="--disable-dl"
21 fi
22
23 - econf ${myconf}
24 -\ $(use_enable mysql) \
25 + econf ${myconf} \
26 + $(use_enable mysql) \
27 $(use_enable odbc) \
28 $(use_enable static-libs static) \
29 $(use_with gmp)