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@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
LICENSE="WTFPL-2"
SLOT="0"
-IUSE="static-libs cpu_flags_x86_sse"
+IUSE="cpu_flags_x86_sse"
src_prepare() {
default
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
+ --disable-static \
$(use_enable cpu_flags_x86_sse x86simd)
}
LICENSE="WTFPL-2"
SLOT="0"
-IUSE="static-libs cpu_flags_x86_sse"
+IUSE="cpu_flags_x86_sse"
src_prepare() {
default
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
+ --disable-static \
$(use_enable cpu_flags_x86_sse x86simd)
}