commit: dd1cf30dd5baef5f827d55fee88cc1c54d6a921c Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Tue Nov 10 16:57:16 2015 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Tue Nov 10 16:57:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1cf30d
drop attempt at enabling mmx support since it doesn't work on amd64 (bug #564980) Package-Manager: portage-2.2.20.1 games-emulation/vbam/vbam-2.0.0_pre1507.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild index 0e0e07b..146aafb 100644 --- a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild +++ b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="http://sourceforge.net/projects/vbam/" LICENSE="GPL-2+" SLOT="0" -IUSE="cairo cpu_flags_x86_mmx ffmpeg gtk link lirc nls openal +sdl wxwidgets" +IUSE="cairo ffmpeg gtk link lirc nls openal +sdl wxwidgets" REQUIRED_USE="|| ( sdl gtk wxwidgets )" RDEPEND=">=media-libs/libpng-1.4:0= @@ -72,7 +72,6 @@ src_configure() { $(cmake-utils_use_enable wxwidgets WX) $(cmake-utils_use_enable x86 ASM_CORE) $(cmake-utils_use_enable x86 ASM_SCALERS) - $(cmake-utils_use_enable cpu_flags_x86_mmx MMX) -DCMAKE_SKIP_RPATH=ON -DDATA_INSTALL_DIR=share/games/${PN} )