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:17:41
Message-Id: 1488845840.56f9cee6550b82754fffbb0f66d6b29ae065ebda.bicatali@gentoo
1 commit: 56f9cee6550b82754fffbb0f66d6b29ae065ebda
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 6 23:45:08 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 00:17:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f9cee6
7
8 sci-mathematics/glpk: re-revert
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 0c701874fe5..7861c425102 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)