summaryrefslogtreecommitdiff
path: root/media-libs/zimg/zimg-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/zimg/zimg-9999.ebuild')
-rw-r--r--media-libs/zimg/zimg-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/zimg/zimg-9999.ebuild b/media-libs/zimg/zimg-9999.ebuild
index 4e92e0eec814..306320548ba3 100644
--- a/media-libs/zimg/zimg-9999.ebuild
+++ b/media-libs/zimg/zimg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
LICENSE="WTFPL-2"
SLOT="0"
-IUSE="cpu_flags_x86_sse debug static-libs"
+IUSE="debug static-libs"
src_prepare() {
default
@@ -28,6 +28,5 @@ src_prepare() {
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
$(use_enable debug) \
- $(use_enable cpu_flags_x86_sse x86simd) \
$(use_enable static-libs static)
}