diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-04-08 17:51:54 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-04-08 17:51:54 +0000 |
commit | cf5f679f0ce1975f3828a20fd93612f1f84b3461 (patch) | |
tree | 7eb9fc21c0fc98a6b821bd5b04b6488f15ba50a2 /sci-mathematics | |
parent | Stable on alpha, bug #265342 (diff) | |
download | gentoo-2-cf5f679f0ce1975f3828a20fd93612f1f84b3461.tar.gz gentoo-2-cf5f679f0ce1975f3828a20fd93612f1f84b3461.tar.bz2 gentoo-2-cf5f679f0ce1975f3828a20fd93612f1f84b3461.zip |
Stable for HPPA (bug #245707).
(Portage version: 2.2_rc28/cvs/Linux i686)
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 9678930bcee0..35bb90eec8ba 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.33 2009/04/07 09:00:36 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.34 2009/04/08 17:51:54 jer Exp $ + + 08 Apr 2009; Jeroen Roovers <jer@gentoo.org> glpk-4.35.ebuild: + Stable for HPPA (bug #245707). *glpk-4.37 (07 Apr 2009) diff --git a/sci-mathematics/glpk/glpk-4.35.ebuild b/sci-mathematics/glpk/glpk-4.35.ebuild index 39fae3c7306b..e4933dea5578 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.5 2009/03/27 12:01:51 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.35.ebuild,v 1.6 2009/04/08 17:51:54 jer 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 ) |