--- flac-1.3.2-r1.ebuild 2017-08-31 08:40:27.000000000 -0400 +++ flac-1.3.2-r1.ebuild 2019-02-04 13:30:09.502141811 -0500 @@ -12,7 +12,7 @@ LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="altivec +cxx debug ogg cpu_flags_x86_sse static-libs" +IUSE="altivec +cxx debug ogg cpu_flags_x86_sse2 static-libs" RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} @@ -42,7 +42,7 @@ --disable-xmms-plugin $([[ ${CHOST} == *-darwin* ]] && echo "--disable-asm-optimizations") $(use_enable altivec) - $(use_enable cpu_flags_x86_sse sse) + $(use_enable cpu_flags_x86_sse2 sse) $(use_enable cxx cpplibs) $(use_enable debug) $(use_enable ogg)