diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-08-31 09:00:17 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-08-31 11:10:20 +0200 |
commit | ec9839f0030c73681feab619b9ec42282e6dda84 (patch) | |
tree | d1463f169b4f8715cec7732945cdbe93c282cd31 /media-libs/zimg/zimg-9999.ebuild | |
parent | media-libs/libdc1394: bump to 2.2.6 (diff) | |
download | gentoo-ec9839f0030c73681feab619b9ec42282e6dda84.tar.gz gentoo-ec9839f0030c73681feab619b9ec42282e6dda84.tar.bz2 gentoo-ec9839f0030c73681feab619b9ec42282e6dda84.zip |
media-libs/zimg: bump to 3.0.1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-libs/zimg/zimg-9999.ebuild')
-rw-r--r-- | media-libs/zimg/zimg-9999.ebuild | 5 |
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) } |