--- kid3/kid3-0.4.ebuild.orig 2004-07-11 03:48:46.339025416 -0400 +++ kid3/kid3-0.4.ebuild 2004-07-11 04:07:47.752504192 -0400 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.4.ebuild,v 1.4 2004/07/03 21:39:10 carlo Exp $ -inherit kde +inherit kde eutils DESCRIPTION="A simple id3 tag editor for QT/KDE with automatic string replacements, case conversion etc." HOMEPAGE="http://kid3.sourceforge.net/" @@ -16,3 +16,8 @@ DEPEND=">=media-libs/id3lib-3.8.3" need-kde 3.1 + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${P}-gcc34.patch +}