--- cinelerra-svn-2.1.ebuild 2006-09-20 18:37:20.000000000 +0200 +++ /usr/portage/local/media-video/cinelerra-svn/cinelerra-svn-2.1.ebuild 2006-09-20 18:50:45.000000000 +0200 @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="3dnow alsa esd mmx oss static" +IUSE="3dnow alsa esd mmx opengl oss static" RDEPEND="!media-video/cinelerra media-libs/libpng @@ -74,6 +74,7 @@ `use_enable oss` \ `use_enable mmx` \ `use_enable 3dnow` \ + `use_enable opengl` \ || die "configure failed" make || die "make failed" }