summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/glpk/ChangeLog6
-rw-r--r--sci-mathematics/glpk/glpk-4.42.ebuild4
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 )