Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 835412 | Differences between
and this patch

Collapse All | Expand All

(-)/var/portage/repos/gentoo/media-libs/zimg/zimg-3.0.3.ebuild (-1 / +2 lines)
Lines 11-17 Link Here
11
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
11
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
12
	S="${WORKDIR}/${PN}-release-${PV}/"
12
	S="${WORKDIR}/${PN}-release-${PV}/"
13
fi
13
fi
14
inherit autotools multilib-minimal
14
inherit autotools multilib-minimal flag-o-matic
15
15
16
DESCRIPTION="Scaling, colorspace conversion, and dithering library"
16
DESCRIPTION="Scaling, colorspace conversion, and dithering library"
17
HOMEPAGE="https://github.com/sekrit-twc/zimg"
17
HOMEPAGE="https://github.com/sekrit-twc/zimg"
Lines 26-31 Link Here
26
}
26
}
27
27
28
multilib_src_configure() {
28
multilib_src_configure() {
29
	filter-flags -mno-avx2 -mno-fma -mno-avx512f -mno-avx512cd -mno-avx512vl -mno-avx512bw -mno-avx512dq -mno-avx512vnni
29
	ECONF_SOURCE="${S}" econf \
30
	ECONF_SOURCE="${S}" econf \
30
		$(use_enable debug) \
31
		$(use_enable debug) \
31
		$(use_enable static-libs static)
32
		$(use_enable static-libs static)

Return to bug 835412