diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 13:57:23 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 13:57:23 +0000 |
commit | e3cc8ffec4cda8c7c12027c5b039ad233d4ff151 (patch) | |
tree | 0047cffe8670c7c0cc443fa4373c0c6619f5aab4 /sci-mathematics | |
parent | Does not build against non-bonono eds, requiring old version, bug #314089 (diff) | |
download | gentoo-2-e3cc8ffec4cda8c7c12027c5b039ad233d4ff151.tar.gz gentoo-2-e3cc8ffec4cda8c7c12027c5b039ad233d4ff151.tar.bz2 gentoo-2-e3cc8ffec4cda8c7c12027c5b039ad233d4ff151.zip |
keyword ~x86-fbsd thanks to Henning Schild <henning@wh9.tu-dresden.de>, bug #303901
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.42.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index db6777fd83f6..cf276e226ed4 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/glpk # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.42 2010/01/31 21:55:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.43 2010/04/12 13:57:23 aballier Exp $ + + 12 Apr 2010; Alexis Ballier <aballier@gentoo.org> glpk-4.42.ebuild: + keyword ~x86-fbsd thanks to Henning Schild <henning@wh9.tu-dresden.de>, + bug #303901 *glpk-4.42 (31 Jan 2010) diff --git a/sci-mathematics/glpk/glpk-4.42.ebuild b/sci-mathematics/glpk/glpk-4.42.ebuild index f01541b7c013..4408a310c9f1 100644 --- a/sci-mathematics/glpk/glpk-4.42.ebuild +++ b/sci-mathematics/glpk/glpk-4.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.42.ebuild,v 1.1 2010/01/31 21:55:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.42.ebuild,v 1.2 2010/04/12 13:57:23 aballier 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" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) gmp? ( dev-libs/gmp ) |