diff options
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index 01182ac620da..b89ba998c492 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/glpk # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.22 2008/04/28 18:53:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.23 2008/05/06 19:31:50 ranger Exp $ + + 06 May 2008; Brent Baude <ranger@gentoo.org> glpk-4.28.ebuild: + Marking glpk-4.28 ~ppc64 for bug 219454 28 Apr 2008; Tobias Klausmann <klausman@gentoo.org> glpk-4.28.ebuild: Keyworded on alpha, bug #219454 diff --git a/sci-mathematics/glpk/glpk-4.28.ebuild b/sci-mathematics/glpk/glpk-4.28.ebuild index e4ece1edd86d..a5d28b9080a9 100644 --- a/sci-mathematics/glpk/glpk-4.28.ebuild +++ b/sci-mathematics/glpk/glpk-4.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.28.ebuild,v 1.4 2008/04/28 18:53:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.28.ebuild,v 1.5 2008/05/06 19:31:50 ranger Exp $ DESCRIPTION="GNU Linear Programming Kit" LICENSE="GPL-3" @@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0" IUSE="doc gmp iodbc mysql" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" DEPEND="iodbc? ( dev-db/libiodbc ) gmp? ( dev-libs/gmp ) |