Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/
Date: Sat, 26 Oct 2019 16:05:47
Message-Id: 1572105941.69e9d5d1cee837cd46bbd7eebf8a4a9c1ad700f3.zlogene@gentoo
1 commit: 69e9d5d1cee837cd46bbd7eebf8a4a9c1ad700f3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 26 16:03:55 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 26 16:05:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e9d5d1
7
8 media-libs/zimg: Sync live ebuild
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 media-libs/zimg/zimg-9999.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/zimg/zimg-9999.ebuild b/media-libs/zimg/zimg-9999.ebuild
17 index 2e9348c76c5..4e92e0eec81 100644
18 --- a/media-libs/zimg/zimg-9999.ebuild
19 +++ b/media-libs/zimg/zimg-9999.ebuild
20 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
21
22 LICENSE="WTFPL-2"
23 SLOT="0"
24 -IUSE="cpu_flags_x86_sse"
25 +IUSE="cpu_flags_x86_sse debug static-libs"
26
27 src_prepare() {
28 default
29 @@ -27,6 +27,7 @@ src_prepare() {
30
31 multilib_src_configure() {
32 ECONF_SOURCE="${S}" econf \
33 - --disable-static \
34 - $(use_enable cpu_flags_x86_sse x86simd)
35 + $(use_enable debug) \
36 + $(use_enable cpu_flags_x86_sse x86simd) \
37 + $(use_enable static-libs static)
38 }