diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/freemat/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/freemat/freemat-3.6.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/freemat/ChangeLog b/sci-mathematics/freemat/ChangeLog index b190efc72e15..244b0bb35477 100644 --- a/sci-mathematics/freemat/ChangeLog +++ b/sci-mathematics/freemat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/freemat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.19 2009/11/23 23:47:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.20 2009/11/27 18:40:14 bicatali Exp $ + + 27 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> freemat-3.6.ebuild: + Forced disable of llvm, bug #294779) *freemat-4.0 (24 Nov 2009) diff --git a/sci-mathematics/freemat/freemat-3.6.ebuild b/sci-mathematics/freemat/freemat-3.6.ebuild index fbf2f4133b75..f6a9b0a1fba1 100644 --- a/sci-mathematics/freemat/freemat-3.6.ebuild +++ b/sci-mathematics/freemat/freemat-3.6.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/freemat/freemat-3.6.ebuild,v 1.9 2009/10/06 17:37:16 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.10 2009/11/27 18:40:14 bicatali Exp $ EAPI="2" inherit eutils autotools fdo-mime virtualx @@ -55,7 +55,8 @@ src_configure() { $(use_enable arpack) \ $(use_enable fftw) \ $(use_enable portaudio) \ - $(use_enable ffcall) + $(use_enable ffcall) \ + LLVM_CONFIG=no } src_test () { |