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

Collapse All | Expand All

(-)blender-9999.ebuild (+8 lines)
Lines 137-142 Link Here
137
#	einfo "Removing bundled Bullet2 ..."
137
#	einfo "Removing bundled Bullet2 ..."
138
#	rm -r extern/bullet2
138
#	rm -r extern/bullet2
139
#	epatch "${FILESDIR}"/${PN}-${SLOT}-bullet.patch
139
#	epatch "${FILESDIR}"/${PN}-${SLOT}-bullet.patch
140
141
	#Since Linus Torvalds says that linux-3.0 is just about
142
	#renameing see (https://lkml.org/lkml/2011/5/29/204) we 
143
	#can still use the linux2 config file
144
	if [[ $(uname -r | sed "s/\(^[0-9]\).*/\1/") = 3 ]]
145
	then
146
		epatch "${FILESDIR}"/{PN}-${SLOT}-linux3.patch
147
	fi
140
}
148
}
141
149
142
src_configure() {
150
src_configure() {

Return to bug 276338