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

Collapse All | Expand All

(-)/usr/portage/net-misc/axel/axel-2.4-r3.ebuild (-4 / +2 lines)
Lines 35-44 Link Here
35
	local myconf=()
35
	local myconf=()
36
36
37
	use debug && myconf+=( --debug=1 )
37
	use debug && myconf+=( --debug=1 )
38
	use nls && myconf+=( --i18n=$(usex nls 1 0) )
38
	myconf+=( --i18n=$(usex nls 1 0) )
39
	econf \
39
	econf --strip=0 ${myconf[@]}
40
		--strip=0 \
41
		${myconf[@]}
42
}
40
}
43
41
44
pkg_postinst() {
42
pkg_postinst() {

Return to bug 562534