summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-11-27 18:40:14 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-11-27 18:40:14 +0000
commitfbf8c035a708c5eb51683914bf5fcee6e8d9126c (patch)
treef4f44c3871147e3a5478cffc3a93a08d0d2bac79 /sci-mathematics
parentAdded a patch for ssh over X, fixed a bunch of install paths (including bug #... (diff)
downloadgentoo-2-fbf8c035a708c5eb51683914bf5fcee6e8d9126c.tar.gz
gentoo-2-fbf8c035a708c5eb51683914bf5fcee6e8d9126c.tar.bz2
gentoo-2-fbf8c035a708c5eb51683914bf5fcee6e8d9126c.zip
Forced disable of llvm, bug #294779)
(Portage version: 2.2_rc52/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/freemat/ChangeLog5
-rw-r--r--sci-mathematics/freemat/freemat-3.6.ebuild5
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 () {