diff options
author | 2009-03-27 12:01:51 +0000 | |
---|---|---|
committer | 2009-03-27 12:01:51 +0000 | |
commit | 9c17fbfab189e526b753662cf42456a1e57e8491 (patch) | |
tree | 4df35f005ec738b8f9468485a9bf6136f70fc1b1 /sci-mathematics | |
parent | Version bump (diff) | |
download | gentoo-2-9c17fbfab189e526b753662cf42456a1e57e8491.tar.gz gentoo-2-9c17fbfab189e526b753662cf42456a1e57e8491.tar.bz2 gentoo-2-9c17fbfab189e526b753662cf42456a1e57e8491.zip |
Sparc stable, preparation for bug #245707.
(Portage version: 2.2_rc27/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.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index e513c3062dd3..d958ce8cc0cf 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.31 2009/03/23 01:24:14 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.32 2009/03/27 12:01:51 fmccor Exp $ + + 27 Mar 2009; Ferris McCormick <fmccor@gentoo.org> glpk-4.35.ebuild: + Sparc stable, preparation for bug #245707. 23 Mar 2009; Jeremy Olexa <darkside@gentoo.org> glpk-4.35.ebuild: amd64 stable, bug 245707 diff --git a/sci-mathematics/glpk/glpk-4.35.ebuild b/sci-mathematics/glpk/glpk-4.35.ebuild index 156241b85de8..39fae3c7306b 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.4 2009/03/23 01:24:14 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.35.ebuild,v 1.5 2009/03/27 12:01:51 fmccor 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 ) |