diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-17 23:24:27 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-17 23:24:27 +0000 |
commit | aaf654e10a3a9b64b7069ccfac8bebb8cd78ae97 (patch) | |
tree | 556eddc65206e740c492172347077cd06125f926 /media-sound/traverso/traverso-0.49.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-aaf654e10a3a9b64b7069ccfac8bebb8cd78ae97.tar.gz gentoo-2-aaf654e10a3a9b64b7069ccfac8bebb8cd78ae97.tar.bz2 gentoo-2-aaf654e10a3a9b64b7069ccfac8bebb8cd78ae97.zip |
add fix from upstream for compatibility with latest cmake
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/traverso/traverso-0.49.1.ebuild')
-rw-r--r-- | media-sound/traverso/traverso-0.49.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/traverso/traverso-0.49.1.ebuild b/media-sound/traverso/traverso-0.49.1.ebuild index f987105f5e2e..3714b1e27235 100644 --- a/media-sound/traverso/traverso-0.49.1.ebuild +++ b/media-sound/traverso/traverso-0.49.1.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/media-sound/traverso/traverso-0.49.1.ebuild,v 1.1 2009/04/14 18:21:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.49.1.ebuild,v 1.2 2009/06/17 23:24:26 aballier Exp $ EAPI=1 @@ -39,6 +39,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-slv2.patch" + epatch "${FILESDIR}/${P}-cmake.patch" } src_compile() { |