diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-09 16:31:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-09 16:31:43 +0000 |
commit | ccd63064151b163b5d6f123ee3d824d505408842 (patch) | |
tree | d9503079dd9f8b3607e81ae30bbffafdbca6b0da /sci-mathematics | |
parent | mask glpk[mysql] (diff) | |
download | gentoo-2-ccd63064151b163b5d6f123ee3d824d505408842.tar.gz gentoo-2-ccd63064151b163b5d6f123ee3d824d505408842.tar.bz2 gentoo-2-ccd63064151b163b5d6f123ee3d824d505408842.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha102/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.47.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index 20041b601967..1d0fd12e4a15 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/glpk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.57 2012/05/04 07:46:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.58 2012/05/09 16:31:43 aballier Exp $ + + 09 May 2012; Alexis Ballier <aballier@gentoo.org> glpk-4.47.ebuild: + keyword ~amd64-fbsd 04 May 2012; Jeff Horelick <jdhore@gentoo.org> glpk-4.35.ebuild, glpk-4.44.ebuild, glpk-4.45.ebuild, glpk-4.47.ebuild: diff --git a/sci-mathematics/glpk/glpk-4.47.ebuild b/sci-mathematics/glpk/glpk-4.47.ebuild index 95cb79bacfe7..b35a49736f23 100644 --- a/sci-mathematics/glpk/glpk-4.47.ebuild +++ b/sci-mathematics/glpk/glpk-4.47.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.47.ebuild,v 1.3 2012/05/04 07:46:50 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.47.ebuild,v 1.4 2012/05/09 16:31:43 aballier Exp $ EAPI=4 inherit flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0" IUSE="doc examples gmp odbc mysql static-libs" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) gmp? ( dev-libs/gmp ) |