Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 505010
Collapse All | Expand All

(-)/usr/portage/dev-libs/libev/libev-4.15.ebuild (-4 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit autotools eutils multilib
7
inherit autotools eutils multilib-minimal
8
8
9
DESCRIPTION="A high-performance event loop/event model with lots of feature"
9
DESCRIPTION="A high-performance event loop/event model with lots of feature"
10
HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
10
HOMEPAGE="http://software.schmorp.de/pkg/libev.html"
Lines 34-47 Link Here
34
	eautoreconf
34
	eautoreconf
35
}
35
}
36
36
37
src_configure() {
37
multilib_src_configure() {
38
	ECONF_SOURCE="${S}" \
38
	econf \
39
	econf \
39
		--disable-maintainer-mode \
40
		--disable-maintainer-mode \
40
		$(use_enable static-libs static)
41
		$(use_enable static-libs static)
41
}
42
}
42
43
43
src_install() {
44
multilib_src_install_all() {
44
	default
45
	use static-libs || prune_libtool_files
45
	use static-libs || prune_libtool_files
46
}
46
}
47
47

Return to bug 505010