diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-12 03:12:19 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-12 03:12:19 +0000 |
commit | 0bfbc1acce111e404814de94516fecaf508bbdd8 (patch) | |
tree | f0d22b96781555265c857494b6f4707886635614 /sci-mathematics | |
parent | Fix HOMEPAGE. (diff) | |
download | gentoo-2-0bfbc1acce111e404814de94516fecaf508bbdd8.tar.gz gentoo-2-0bfbc1acce111e404814de94516fecaf508bbdd8.tar.bz2 gentoo-2-0bfbc1acce111e404814de94516fecaf508bbdd8.zip |
Fixed for qt-4.6, thanks hanno
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/freemat/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/freemat/freemat-4.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-mathematics/freemat/ChangeLog b/sci-mathematics/freemat/ChangeLog index 244b0bb35477..fe8286041d8f 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.20 2009/11/27 18:40:14 bicatali Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.21 2010/01/12 03:12:19 bicatali Exp $ + + 12 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> freemat-4.0.ebuild: + Fixed for qt-4.6, thanks hanno 27 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> freemat-3.6.ebuild: Forced disable of llvm, bug #294779) diff --git a/sci-mathematics/freemat/freemat-4.0.ebuild b/sci-mathematics/freemat/freemat-4.0.ebuild index 3a240a8950e9..18e437b78c10 100644 --- a/sci-mathematics/freemat/freemat-4.0.ebuild +++ b/sci-mathematics/freemat/freemat-4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-4.0.ebuild,v 1.1 2009/11/23 23:47:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-4.0.ebuild,v 1.2 2010/01/12 03:12:19 bicatali Exp $ EAPI="2" -inherit eutils cmake-utils fdo-mime virtualx +inherit eutils cmake-utils fdo-mime MY_PN=FreeMat MY_P=${MY_PN}-${PV} @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}.1-Source" src_configure() { - rm -f CMakeCache.txt + rm -f CMakeCache.txt libs/lib*/*.moc.* src/*.moc.* mycmakeargs="${mycmakeargs} -DUSE_LLVM=OFF -DFORCE_BUNDLED_PCRE=OFF |