diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-02 22:09:55 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-02 22:09:55 +0000 |
commit | 8779fcc5a9e7946487adf44081627ff5eed22d4c (patch) | |
tree | e1b9434bf8816967d74078fbd888224c7fc5d602 /sci-mathematics | |
parent | moved /var/icinga to /var/lib/icinga (diff) | |
download | gentoo-2-8779fcc5a9e7946487adf44081627ff5eed22d4c.tar.gz gentoo-2-8779fcc5a9e7946487adf44081627ff5eed22d4c.tar.bz2 gentoo-2-8779fcc5a9e7946487adf44081627ff5eed22d4c.zip |
Add missing zlib dependency. Stable on amd64. Bug #391517
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.45.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index d35c3a905873..57e0f0e31251 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/glpk # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.51 2011/12/01 17:22:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.52 2011/12/02 22:09:55 hwoarang Exp $ + + 02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> glpk-4.45.ebuild: + Add missing zlib dependency. Stable on amd64. Bug #391517 01 Dec 2011; Jeroen Roovers <jer@gentoo.org> glpk-4.45.ebuild: Stable for HPPA (bug #391517). diff --git a/sci-mathematics/glpk/glpk-4.45.ebuild b/sci-mathematics/glpk/glpk-4.45.ebuild index b2f83fea9925..c8ec9fc86363 100644 --- a/sci-mathematics/glpk/glpk-4.45.ebuild +++ b/sci-mathematics/glpk/glpk-4.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.5 2011/12/01 17:22:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.6 2011/12/02 22:09:55 hwoarang Exp $ EAPI=2 inherit flag-o-matic @@ -12,9 +12,10 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0" IUSE="doc examples gmp odbc mysql static-libs" -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux" -RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) +RDEPEND="sys-libs/zlib + odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) gmp? ( dev-libs/gmp ) mysql? ( virtual/mysql )" |