diff options
author | 2004-09-30 01:36:11 +0000 | |
---|---|---|
committer | 2004-09-30 01:36:11 +0000 | |
commit | 21f8b7ec451374500dbc920f69ae4943c7f56396 (patch) | |
tree | 1297e31bf6d200512ebb3ac4bc7795d7b42c0941 /media-sound/xmcd/xmcd-3.3.2.ebuild | |
parent | closing bug #43907, bug #57513, bug #56535 + cleanup (diff) | |
download | historical-21f8b7ec451374500dbc920f69ae4943c7f56396.tar.gz historical-21f8b7ec451374500dbc920f69ae4943c7f56396.tar.bz2 historical-21f8b7ec451374500dbc920f69ae4943c7f56396.zip |
Fixed patch to be correct version... see bug #65787.
Diffstat (limited to 'media-sound/xmcd/xmcd-3.3.2.ebuild')
-rw-r--r-- | media-sound/xmcd/xmcd-3.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/xmcd/xmcd-3.3.2.ebuild b/media-sound/xmcd/xmcd-3.3.2.ebuild index 546d33d0b2cb..d3b842f40611 100644 --- a/media-sound/xmcd/xmcd-3.3.2.ebuild +++ b/media-sound/xmcd/xmcd-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/xmcd-3.3.2.ebuild,v 1.8 2004/09/15 18:35:09 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmcd/xmcd-3.3.2.ebuild,v 1.9 2004/09/30 01:36:11 eradicator Exp $ inherit eutils @@ -37,7 +37,7 @@ src_unpack() { fi cd ${S} - epatch ${FILESDIR}/${PN}-3.2.1-gentoo.patch || die + epatch ${FILESDIR}/${P}-gentoo.patch || die } src_compile() { |