diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-17 13:15:33 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-17 13:15:33 +0000 |
commit | f28d0c2cebe1ab422a07e664d8a76eee2e3860e1 (patch) | |
tree | 049c2219699a8639da4afb95f7c45926597868f7 /sci-mathematics | |
parent | ppc stable #245707 (diff) | |
download | gentoo-2-f28d0c2cebe1ab422a07e664d8a76eee2e3860e1.tar.gz gentoo-2-f28d0c2cebe1ab422a07e664d8a76eee2e3860e1.tar.bz2 gentoo-2-f28d0c2cebe1ab422a07e664d8a76eee2e3860e1.zip |
ppc stable #245707
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index 4e3f87c5e485..f1d5cc5b0ebb 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/glpk # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.35 2009/04/20 20:00:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.36 2009/05/17 13:15:33 nixnut Exp $ + + 17 May 2009; nixnut <nixnut@gentoo.org> glpk-4.35.ebuild: + ppc stable #245707 20 Apr 2009; Markus Meier <maekke@gentoo.org> glpk-4.35: x86 stable, bug #245707 diff --git a/sci-mathematics/glpk/glpk-4.35.ebuild b/sci-mathematics/glpk/glpk-4.35.ebuild index 1d40a8b09f5a..2b67b8875d6e 100644 --- a/sci-mathematics/glpk/glpk-4.35.ebuild +++ b/sci-mathematics/glpk/glpk-4.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.35.ebuild,v 1.7 2009/04/20 20:00:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.35.ebuild,v 1.8 2009/05/17 13:15:33 nixnut Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0" IUSE="doc examples gmp odbc mysql" -KEYWORDS="alpha amd64 hppa ~ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) gmp? ( dev-libs/gmp ) |