diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2009-12-20 20:31:00 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2009-12-20 20:31:00 +0000 |
commit | cd5e5b1db8732cf38684f85665cd378f81837ba3 (patch) | |
tree | 990dc6f7f6e2d912fd30c69fb3c1bcd31582d9e4 /media-sound/mac | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-cd5e5b1db8732cf38684f85665cd378f81837ba3.tar.gz gentoo-2-cd5e5b1db8732cf38684f85665cd378f81837ba3.tar.bz2 gentoo-2-cd5e5b1db8732cf38684f85665cd378f81837ba3.zip |
Fix epatch.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-sound/mac')
-rw-r--r-- | media-sound/mac/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mac/mac-3.99.4.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/mac/ChangeLog b/media-sound/mac/ChangeLog index 900cb84c6ae7..8b6ce71f9411 100644 --- a/media-sound/mac/ChangeLog +++ b/media-sound/mac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mac # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/ChangeLog,v 1.7 2009/12/20 17:02:48 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/ChangeLog,v 1.8 2009/12/20 20:31:00 billie Exp $ + + 20 Dec 2009; Daniel Pielmeier <billie@gentoo.org> mac-3.99.4.5.4.ebuild: + Fix epatch. *mac-3.99.4.5.4 (20 Dec 2009) diff --git a/media-sound/mac/mac-3.99.4.5.4.ebuild b/media-sound/mac/mac-3.99.4.5.4.ebuild index be2630088e1d..dacd7876eb34 100644 --- a/media-sound/mac/mac-3.99.4.5.4.ebuild +++ b/media-sound/mac/mac-3.99.4.5.4.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/mac/mac-3.99.4.5.4.ebuild,v 1.1 2009/12/20 17:02:48 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mac/mac-3.99.4.5.4.ebuild,v 1.2 2009/12/20 20:31:00 billie Exp $ EAPI=2 @@ -28,7 +28,7 @@ S=${WORKDIR}/${MY_P} RESTRICT="mirror" src_prepare() { - epatch "${FILESDIR}"/${P}-gcc44.patch + epatch "${FILESDIR}"/${PN}-3.99.4.5-gcc44.patch sed -i -e 's:-O3::' configure || die } |