summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2012-02-05 14:27:15 +0000
committerRaúl Porcel <armin76@gentoo.org>2012-02-05 14:27:15 +0000
commit87a20e086a385752eafe584d527acfe3bffe703f (patch)
tree872f948e4e62aecbd7b560fe6465c09754df1811 /sci-mathematics/glpk
parentDrop alpha/sparc keywords (diff)
downloadgentoo-2-87a20e086a385752eafe584d527acfe3bffe703f.tar.gz
gentoo-2-87a20e086a385752eafe584d527acfe3bffe703f.tar.bz2
gentoo-2-87a20e086a385752eafe584d527acfe3bffe703f.zip
alpha/sparc stable wrt #391517
(Portage version: 2.1.10.44/cvs/Linux ia64)
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r--sci-mathematics/glpk/ChangeLog7
-rw-r--r--sci-mathematics/glpk/glpk-4.45.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog
index 57e0f0e31251..9cefa52fbdd4 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.52 2011/12/02 22:09:55 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.53 2012/02/05 14:27:15 armin76 Exp $
+
+ 05 Feb 2012; Raúl Porcel <armin76@gentoo.org> glpk-4.45.ebuild:
+ alpha/sparc stable wrt #391517
02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> glpk-4.45.ebuild:
Add missing zlib dependency. Stable on amd64. Bug #391517
diff --git a/sci-mathematics/glpk/glpk-4.45.ebuild b/sci-mathematics/glpk/glpk-4.45.ebuild
index c8ec9fc86363..f20e0f64dc0a 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
+# Copyright 1999-2012 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.6 2011/12/02 22:09:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.7 2012/02/05 14:27:15 armin76 Exp $
EAPI=2
inherit flag-o-matic
@@ -12,7 +12,7 @@ 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="sys-libs/zlib
odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )