--- blender-9999.ebuild 2011-06-21 14:56:56.322000247 -0600 +++ blender-9999.ebuild2 2011-07-01 18:47:58.504000336 -0600 @@ -137,6 +137,14 @@ # einfo "Removing bundled Bullet2 ..." # rm -r extern/bullet2 # epatch "${FILESDIR}"/${PN}-${SLOT}-bullet.patch + + #Since Linus Torvalds says that linux-3.0 is just about + #renameing see (https://lkml.org/lkml/2011/5/29/204) we + #can still use the linux2 config file + if [[ $(uname -r | sed "s/\(^[0-9]\).*/\1/") = 3 ]] + then + epatch "${FILESDIR}"/{PN}-${SLOT}-linux3.patch" + fi } src_configure() {