diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-09-01 16:41:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-09-01 16:41:18 +0000 |
commit | 6816af8aa4cf5f45169da799c7b62cdba9da5397 (patch) | |
tree | 7721944888a1f612907aa5427b49f36c997dc29f /sci-mathematics/glpk | |
parent | Remove := subslot operator from || () block since it is meaningless and broken. (diff) | |
download | gentoo-2-6816af8aa4cf5f45169da799c7b62cdba9da5397.tar.gz gentoo-2-6816af8aa4cf5f45169da799c7b62cdba9da5397.tar.bz2 gentoo-2-6816af8aa4cf5f45169da799c7b62cdba9da5397.zip |
Remove := subslot operator from || () block since it is meaningless and broken.
(Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.54.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index 06c8f8b45743..99d9c0ced173 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/glpk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.71 2014/04/15 15:35:08 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.72 2014/09/01 16:41:18 mgorny Exp $ + + 01 Sep 2014; Michał Górny <mgorny@gentoo.org> glpk-4.54.ebuild: + Remove := subslot operator from || () block since it is meaningless and + broken. *glpk-4.48 (15 Apr 2014) diff --git a/sci-mathematics/glpk/glpk-4.54.ebuild b/sci-mathematics/glpk/glpk-4.54.ebuild index b1fc60931b0a..e296bfce02ea 100644 --- a/sci-mathematics/glpk/glpk-4.54.ebuild +++ b/sci-mathematics/glpk/glpk-4.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v 1.1 2014/04/05 21:32:03 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v 1.2 2014/09/01 16:41:18 mgorny Exp $ EAPI=5 @@ -23,7 +23,7 @@ RDEPEND=" sys-libs/zlib:0= gmp? ( dev-libs/gmp:0= ) mysql? ( virtual/mysql ) - odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )" + odbc? ( || ( dev-db/libiodbc:0 dev-db/unixODBC:0 ) )" DEPEND="${RDEPEND} virtual/pkgconfig" |