diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-03-23 01:24:14 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-03-23 01:24:14 +0000 |
commit | e8015ac94893277384dc328a052f651b4d305783 (patch) | |
tree | 77cfc990c04ab7186f5be091aa870dc33d058653 /sci-mathematics | |
parent | Only mask the experimental ebuilds (diff) | |
download | gentoo-2-e8015ac94893277384dc328a052f651b4d305783.tar.gz gentoo-2-e8015ac94893277384dc328a052f651b4d305783.tar.bz2 gentoo-2-e8015ac94893277384dc328a052f651b4d305783.zip |
amd64 stable, bug 245707
(Portage version: 2.1.6.9/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 8ce0d1f224f1..e513c3062dd3 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.30 2009/03/02 20:35:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.31 2009/03/23 01:24:14 darkside Exp $ + + 23 Mar 2009; Jeremy Olexa <darkside@gentoo.org> glpk-4.35.ebuild: + amd64 stable, bug 245707 02 Mar 2009; Brent Baude <ranger@gentoo.org> glpk-4.35.ebuild: Marking glpk-4.35 ppc64 for bug 245707 diff --git a/sci-mathematics/glpk/glpk-4.35.ebuild b/sci-mathematics/glpk/glpk-4.35.ebuild index 4375ef542000..156241b85de8 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.3 2009/03/02 20:35:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.35.ebuild,v 1.4 2009/03/23 01:24:14 darkside 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 ) |