diff options
author | Robert Buchholz <rbu@gentoo.org> | 2008-05-05 09:43:16 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2008-05-05 09:43:16 +0000 |
commit | 0762a785f9094a8ad40a85a283456ff23e048de2 (patch) | |
tree | 06daa5b6646916d72f0774535360a90a8af81d65 /media-libs | |
parent | fixes bug 200039. thanks to David Leverton (diff) | |
download | gentoo-2-0762a785f9094a8ad40a85a283456ff23e048de2.tar.gz gentoo-2-0762a785f9094a8ad40a85a283456ff23e048de2.tar.bz2 gentoo-2-0762a785f9094a8ad40a85a283456ff23e048de2.zip |
Fix quoting so patches are found and applied, thanks to Natanael Copa (bug
#220325).
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libid3tag/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libid3tag/ChangeLog b/media-libs/libid3tag/ChangeLog index a0c469cc66ad..2012288e5d34 100644 --- a/media-libs/libid3tag/ChangeLog +++ b/media-libs/libid3tag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libid3tag # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/ChangeLog,v 1.32 2008/05/05 02:53:45 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/ChangeLog,v 1.33 2008/05/05 09:43:16 rbu Exp $ + + 05 May 2008; Robert Buchholz <rbu@gentoo.org> libid3tag-0.15.1b-r1.ebuild: + Fix quoting so patches are found and applied, thanks to Natanael Copa (bug + #220325). *libid3tag-0.15.1b-r1 (05 May 2008) diff --git a/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild b/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild index e6578c37eb53..ea499ea98b15 100644 --- a/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild +++ b/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild,v 1.1 2008/05/05 02:53:45 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libid3tag/libid3tag-0.15.1b-r1.ebuild,v 1.2 2008/05/05 09:43:16 rbu Exp $ inherit eutils multilib @@ -23,7 +23,7 @@ src_unpack() { cd "${S}" epunt_cxx #74489 - epatch "${FILESDIR}/${PV}/*.patch" + epatch "${FILESDIR}/${PV}"/*.patch } src_compile() { |