diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-08 15:49:35 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-08 15:49:35 +0000 |
commit | 928d2c638bd8f83213a981f4f16696cd231b66ae (patch) | |
tree | 7b46c44f6840355cad30e64ac8713cb9e65cc384 /sci-mathematics | |
parent | Stable on alpha, bug #245707 (diff) | |
download | gentoo-2-928d2c638bd8f83213a981f4f16696cd231b66ae.tar.gz gentoo-2-928d2c638bd8f83213a981f4f16696cd231b66ae.tar.bz2 gentoo-2-928d2c638bd8f83213a981f4f16696cd231b66ae.zip |
Stable on alpha, bug #245707
(Portage version: 2.1.6.7/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 078fefcef5bd..cad0f7311766 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.28 2009/01/15 17:52:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.29 2009/02/08 15:49:35 klausman Exp $ + + 08 Feb 2009; Tobias Klausmann <klausman@gentoo.org> glpk-4.35.ebuild: + Stable on alpha, bug #245707 *glpk-4.35 (15 Jan 2009) diff --git a/sci-mathematics/glpk/glpk-4.35.ebuild b/sci-mathematics/glpk/glpk-4.35.ebuild index e1568fe4b4a1..4ea6055c17be 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.1 2009/01/15 17:52:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.35.ebuild,v 1.2 2009/02/08 15:49:35 klausman 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 ) |