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

(-)file_not_specified_in_diff (-6 / +13 lines)
Line 14 Link Here
14
IUSE="aac alsa cdparanoia debug flac ffmpeg gaim hal mad musepack nls ofa ogg oss raptor sid theora vorbis"
14
IUSE="aac alsa cdparanoia debug flac ffmpeg gaim hal mad musepack nls
15
--
15
		ofa ogg oss python raptor sid theora vorbis"
Line 41 Link Here
41
	gaim? ( >=net-im/gaim-1.9.9 )"
42
	gaim? ( >=net-im/gaim-1.9.9 )
42
--
43
	python? ( >=dev-lang/python-2.4.3 )"
Line 66 Link Here
68
src_unpack() {
69
	unpack ${A}
70
	cd "${S}"
71
	sed -i "${S}/bindings/python/Makefile.am" \
72
		-e "s/setup.py\ install/setup.py\ install\ --root=\${D}/" \
73
		|| die "sed failed"
74
}
75
Line 67 Link Here
67
	econf --disable-python \
77
	econf $(use_enable python) \
68
--

Return to bug 151094