Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56070 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 56070