From: Mikle Kolyada Date: Sat, 26 Oct 2019 16:03:55 +0000 (+0300) Subject: media-libs/zimg: Sync live ebuild X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=69e9d5d1cee837cd46bbd7eebf8a4a9c1ad700f3;p=gentoo.git media-libs/zimg: Sync live ebuild Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/media-libs/zimg/zimg-9999.ebuild b/media-libs/zimg/zimg-9999.ebuild index 2e9348c76c56..4e92e0eec814 100644 --- a/media-libs/zimg/zimg-9999.ebuild +++ b/media-libs/zimg/zimg-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg" LICENSE="WTFPL-2" SLOT="0" -IUSE="cpu_flags_x86_sse" +IUSE="cpu_flags_x86_sse debug static-libs" src_prepare() { default @@ -27,6 +27,7 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE="${S}" econf \ - --disable-static \ - $(use_enable cpu_flags_x86_sse x86simd) + $(use_enable debug) \ + $(use_enable cpu_flags_x86_sse x86simd) \ + $(use_enable static-libs static) }