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

Collapse All | Expand All

(-)/usr/portage/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild (+7 lines)
Lines 12-17 Link Here
12
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
12
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
13
IUSE="static-libs"
13
IUSE="static-libs"
14
14
15
inherit eutils
16
17
src_prepare() {
18
	epatch "${FILESDIR}/pthread.patch"
19
	eapply_user
20
}
21
15
src_configure() {
22
src_configure() {
16
	econf $(use_enable static-libs static)
23
	econf $(use_enable static-libs static)
17
}
24
}

Return to bug 675338