--- shared-mime-info-0.14-r1.ebuild.orig 2005-01-16 04:13:18.259369880 +0100 +++ shared-mime-info-0.14-r1.ebuild 2005-01-16 03:28:40.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ -inherit fdo-mime +inherit fdo-mime eutils DESCRIPTION="The Shared MIME-info Database specification" HOMEPAGE="http://www.freedesktop.org/software/shared-mime-info" @@ -20,6 +20,12 @@ dev-util/pkgconfig >=dev-util/intltool-0.29" +src_unpack() { + unpack ${A} + cd ${S} + epatch "${FILESDIR}/${P}--text-plain.patch" +} + src_compile() { econf --disable-update-mimedb || die