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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +10 lines)
Line  Link Here
0
-- usr/portage/app-portage/eix/eix-0.20.1.ebuild
0
++ eix-0.20.1.ebuild
Lines 4-10 Link Here
4
4
5
EAPI=3
5
EAPI=3
6
6
7
inherit multilib
7
inherit multilib eutils autotools
8
8
9
DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
9
DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
10
HOMEPAGE="http://eix.sourceforge.net"
10
HOMEPAGE="http://eix.sourceforge.net"
Lines 19-28 Link Here
19
	nls? ( virtual/libintl )
19
	nls? ( virtual/libintl )
20
	bzip2? ( app-arch/bzip2 )"
20
	bzip2? ( app-arch/bzip2 )"
21
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
22
	>=sys-devel/autoconf-2.64
23
	>=sys-devel/automake-1.11
24
	>=sys-devel/libtool-2
22
	app-arch/xz-utils
25
	app-arch/xz-utils
23
	doc? ( dev-python/docutils )
26
	doc? ( dev-python/docutils )
24
	nls? ( sys-devel/gettext )"
27
	nls? ( sys-devel/gettext )"
25
28
29
src_prepare() {
30
	epatch "${FILESDIR}"/libtool.patch
31
	eautoreconf
32
}
33
26
src_configure() {
34
src_configure() {
27
	econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \
35
	econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \
28
		$(use_enable nls) $(use_enable tools separate-tools) \
36
		$(use_enable nls) $(use_enable tools separate-tools) \

Return to bug 305737