commit:     3525dec4310a095becff4353139532c9356d5ac7
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct  6 23:45:31 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 13:32:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3525dec4

media-libs/zimg: disable static libraries

Closes: https://bugs.gentoo.org/694132
Closes: https://github.com/gentoo/gentoo/pull/13059
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-libs/zimg/zimg-2.8.ebuild  | 3 ++-
 media-libs/zimg/zimg-9999.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/zimg/zimg-2.8.ebuild b/media-libs/zimg/zimg-2.8.ebuild
index 5108ffad512..7207d746344 100644
--- a/media-libs/zimg/zimg-2.8.ebuild
+++ b/media-libs/zimg/zimg-2.8.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg";
 
 LICENSE="WTFPL-2"
 SLOT="0"
-IUSE="static-libs cpu_flags_x86_sse"
+IUSE="cpu_flags_x86_sse"
 
 src_prepare() {
        default
@@ -27,5 +27,6 @@ src_prepare() {
 
 multilib_src_configure() {
        ECONF_SOURCE="${S}" econf \
+               --disable-static \
                $(use_enable cpu_flags_x86_sse x86simd)
 }

diff --git a/media-libs/zimg/zimg-9999.ebuild b/media-libs/zimg/zimg-9999.ebuild
index d20d4bf5840..2e9348c76c5 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="static-libs cpu_flags_x86_sse"
+IUSE="cpu_flags_x86_sse"
 
 src_prepare() {
        default
@@ -27,5 +27,6 @@ src_prepare() {
 
 multilib_src_configure() {
        ECONF_SOURCE="${S}" econf \
+               --disable-static \
                $(use_enable cpu_flags_x86_sse x86simd)
 }

Reply via email to