diff options
Diffstat (limited to 'sci-mathematics/glpk/glpk-4.35.ebuild')
-rw-r--r-- | sci-mathematics/glpk/glpk-4.35.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/glpk/glpk-4.35.ebuild b/sci-mathematics/glpk/glpk-4.35.ebuild index 1d40a8b09f5a..2b67b8875d6e 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.7 2009/04/20 20:00:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.35.ebuild,v 1.8 2009/05/17 13:15:33 nixnut 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 ) |