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

Collapse All | Expand All

(-)/usr/portage/media-gfx/blender/blender-2.79-r1.ebuild (-3 / +4 lines)
Lines 18-24 Link Here
18
18
19
SLOT="0"
19
SLOT="0"
20
LICENSE="|| ( GPL-2 BL )"
20
LICENSE="|| ( GPL-2 BL )"
21
KEYWORDS="amd64 ~x86"
21
KEYWORDS="~amd64 ~x86"
22
IUSE="+bullet +dds +elbeem +game-engine +openexr collada colorio \
22
IUSE="+bullet +dds +elbeem +game-engine +openexr collada colorio \
23
	cuda cycles debug doc ffmpeg fftw headless jack jemalloc jpeg2k libav \
23
	cuda cycles debug doc ffmpeg fftw headless jack jemalloc jpeg2k libav \
24
	llvm man ndof nls openal opencl openimageio openmp opensubdiv openvdb \
24
	llvm man ndof nls openal opencl openimageio openmp opensubdiv openvdb \
Lines 95-101 Link Here
95
95
96
PATCHES=(
96
PATCHES=(
97
	"${FILESDIR}/${PN}-fix-install-rules.patch"
97
	"${FILESDIR}/${PN}-fix-install-rules.patch"
98
	"${FILESDIR}/${P}-fix-build-with-OSL-1.9.x.patch"
98
	"${FILESDIR}/${P}-gcc-8.patch"
99
	"${FILESDIR}/${P}-openvdb-4.patch"
99
)
100
)
100
101
101
blender_check_requirements() {
102
blender_check_requirements() {
Lines 129-135 Link Here
129
	# Disable MS Windows help generation. The variable doesn't do what it
130
	# Disable MS Windows help generation. The variable doesn't do what it
130
	# it sounds like.
131
	# it sounds like.
131
	sed -e "s|GENERATE_HTMLHELP      = YES|GENERATE_HTMLHELP      = NO|" \
132
	sed -e "s|GENERATE_HTMLHELP      = YES|GENERATE_HTMLHELP      = NO|" \
132
	    -i doc/doxygen/Doxyfile || die
133
		-i doc/doxygen/Doxyfile || die
133
}
134
}
134
135
135
src_configure() {
136
src_configure() {

Return to bug 650592