commit: 71b88ba857a4101e1e1993ba62d2d0cc50aff6e5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 16:14:18 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 16:14:18 2016 +0000
URL: https://gitweb.gentoo.org/dev/mgorny.git/commit/?id=71b88ba8
dev-binpkg/pypy3: Fix sse2 flag
dev-binpkg/pypy3/pypy3-2.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-binpkg/pypy3/pypy3-2.4.0.ebuild
b/dev-binpkg/pypy3/pypy3-2.4.0.ebuild
index b44ac88..b378f4d 100644
--- a/dev-binpkg/pypy3/pypy3-2.4.0.ebuild
+++ b/dev-binpkg/pypy3/pypy3-2.4.0.ebuild
@@ -67,7 +67,7 @@ pkg_setup() {
# common denominator between Intel & AMD
cpu='x86-64'
elif use x86; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
# lowest with SSE2
cpu='pentium-m'
else