--- kodi-14.0.ebuild 2015-01-30 23:06:03.122856633 -0500 +++ kodi-14.0-use.ebuild 2015-01-30 23:12:45.505826154 -0500 @@ -42,7 +42,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="airplay alsa altivec avahi bluetooth bluray caps cec css debug +fishbmc gles goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio pvr +rsxs rtmp +samba +sdl cpu_flags_x86_sse cpu_flags_x86_sse2 sftp test udisks upnp upower +usb vaapi vdpau webserver +X +xrandr" +IUSE="airplay alsa altivec avahi bluetooth bluray caps cec css debug +fishbmc gles goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio pvr +rsxs rtmp +samba +sdl sse sse2 sftp test udisks upnp upower +usb vaapi vdpau webserver +X +xrandr" REQUIRED_USE=" pvr? ( mysql ) rsxs? ( X ) @@ -175,8 +175,8 @@ local squish #290564 use altivec && squish="-DSQUISH_USE_ALTIVEC=1 -maltivec" - use cpu_flags_x86_sse && squish="-DSQUISH_USE_SSE=1 -msse" - use cpu_flags_x86_sse2 && squish="-DSQUISH_USE_SSE=2 -msse2" + use sse && squish="-DSQUISH_USE_SSE=1 -msse" + use sse2 && squish="-DSQUISH_USE_SSE=2 -msse2" sed -i \ -e '/^CXXFLAGS/{s:-D[^=]*=.::;s:-m[[:alnum:]]*::}' \ -e "1iCXXFLAGS += ${squish}" \