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

Collapse All | Expand All

(-)blender-2.47-r1.ebuild (-2 / +4 lines)
Lines 5-11 Link Here
5
inherit multilib flag-o-matic eutils python
5
inherit multilib flag-o-matic eutils python
6
6
7
#IUSE="jpeg mozilla png sdl static truetype"
7
#IUSE="jpeg mozilla png sdl static truetype"
8
IUSE="blender-game bullet ffmpeg jpeg nls openal openexr openmp
8
IUSE="blender-game ffmpeg jpeg nls openal openexr openmp
9
	player png quicktime verse"
9
	player png quicktime verse"
10
DESCRIPTION="3D Creation/Animation/Publishing System"
10
DESCRIPTION="3D Creation/Animation/Publishing System"
11
HOMEPAGE="http://www.blender.org/"
11
HOMEPAGE="http://www.blender.org/"
Lines 90-99 Link Here
90
src_compile() {
90
src_compile() {
91
	for arg in \
91
	for arg in \
92
			'blender-game gameengine' \
92
			'blender-game gameengine' \
93
			'bullet' \
94
			'nls international' \
93
			'nls international' \
95
			'openal' \
94
			'openal' \
96
			'openexr' \
95
			'openexr' \
96
			'jpeg' \
97
			'ffmpeg' \
98
			'png' \
97
			'player' \
99
			'player' \
98
			'verse' ; do
100
			'verse' ; do
99
		blend_with ${arg}
101
		blend_with ${arg}

Return to bug 235776