diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-16 15:30:25 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-06-16 15:30:25 +0000 |
commit | 091c4bbfaa1576c3d5b2e8a410be9eb5123dbf42 (patch) | |
tree | fd62cd2244ea3805d385ed9c29e5d34cfca2ded8 /sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild | |
parent | x86 stable wrt bug #323169 (diff) | |
download | historical-091c4bbfaa1576c3d5b2e8a410be9eb5123dbf42.tar.gz historical-091c4bbfaa1576c3d5b2e8a410be9eb5123dbf42.tar.bz2 historical-091c4bbfaa1576c3d5b2e8a410be9eb5123dbf42.zip |
Added patch from Fedora to avoid collision with libquicktime, bug #324217, thanks ssuominen
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild')
-rw-r--r-- | sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild b/sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild index a684b7ac5950..1256fc25cf18 100644 --- a/sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild +++ b/sci-mathematics/qtoctave/qtoctave-0.9.1.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/qtoctave/qtoctave-0.9.1.ebuild,v 1.1 2010/06/16 05:56:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtoctave/qtoctave-0.9.1.ebuild,v 1.2 2010/06/16 15:30:24 bicatali Exp $ EAPI="2" @@ -28,6 +28,7 @@ S="${WORKDIR}/${P}" DOCS="readme.txt leeme.txt" src_prepare() { + epatch "${FILESDIR}"/${PN}-0.9.1-qtinfo.patch epatch "${FILESDIR}"/${PN}-0.9.1-qt-version.patch epatch "${FILESDIR}"/${PN}-0.9.1-doc-path.patch epatch "${FILESDIR}"/${PN}-0.8.1-gcc4.4.patch |