--- usr/portage/app-portage/eix/eix-0.20.1.ebuild +++ eix-0.20.1.ebuild @@ -4,7 +4,7 @@ EAPI=3 -inherit multilib +inherit multilib eutils autotools DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more" HOMEPAGE="http://eix.sourceforge.net" @@ -19,10 +19,18 @@ nls? ( virtual/libintl ) bzip2? ( app-arch/bzip2 )" DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.64 + >=sys-devel/automake-1.11 + >=sys-devel/libtool-2 app-arch/xz-utils doc? ( dev-python/docutils ) nls? ( sys-devel/gettext )" +src_prepare() { + epatch "${FILESDIR}"/libtool.patch + eautoreconf +} + src_configure() { econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \ $(use_enable nls) $(use_enable tools separate-tools) \