summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-binpkg/pypy3/pypy3-2.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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