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

Collapse All | Expand All

(-)shared-mime-info-0.14-r1.ebuild.orig (-1 / +7 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/x11-misc/shared-mime-info/shared-mime-info-0.14-r1.ebuild,v 1.2 2004/09/24 16:17:58 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-0.14-r1.ebuild,v 1.2 2004/09/24 16:17:58 vapier Exp $
4
4
5
inherit fdo-mime
5
inherit fdo-mime eutils
6
6
7
DESCRIPTION="The Shared MIME-info Database specification"
7
DESCRIPTION="The Shared MIME-info Database specification"
8
HOMEPAGE="http://www.freedesktop.org/software/shared-mime-info"
8
HOMEPAGE="http://www.freedesktop.org/software/shared-mime-info"
Lines 20-25 Link Here
20
	dev-util/pkgconfig
20
	dev-util/pkgconfig
21
	>=dev-util/intltool-0.29"
21
	>=dev-util/intltool-0.29"
22
22
23
src_unpack() {
24
	unpack ${A}
25
	cd ${S}
26
	epatch "${FILESDIR}/${P}--text-plain.patch"
27
}
28
23
src_compile() {
29
src_compile() {
24
	
30
	
25
	econf --disable-update-mimedb || die
31
	econf --disable-update-mimedb || die

Return to bug 66195