--- referencer-1.1.6-r2.ebuild 2011-08-14 23:19:00.000000000 +0200 +++ /referencer-1.1.6-r2.ebuild 2011-08-14 23:15:05.000000000 +0200 @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" -inherit fdo-mime +inherit eutils autotools fdo-mime DESCRIPTION="Gnome application to organise documents or references, and to generate BibTeX bibliography files" HOMEPAGE="http://icculus.org/referencer/" @@ -32,6 +32,11 @@ DEPEND="${RDEPEND} dev-util/intltool app-text/rarian" +src_prepare() { + epatch "${FILESDIR}"/referencer-1.1.6-poppler016.patch + eautoreconf +} + src_configure() { econf --disable-update-mime-database --enable-python }