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

Collapse All | Expand All

(-)pixman-0.28.2.ebuild (-1 / +4 lines)
Lines 9-20 Link Here
9
DESCRIPTION="Low-level pixel manipulation routines"
9
DESCRIPTION="Low-level pixel manipulation routines"
10
10
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
11
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
12
IUSE="altivec iwmmxt mmx neon sse2"
12
IUSE="altivec iwmmxt mmx neon sse2 test"
13
14
DEPEND="test? ( media-libs/libpng:0 )"
13
15
14
src_configure() {
16
src_configure() {
15
	XORG_CONFIGURE_OPTIONS=(
17
	XORG_CONFIGURE_OPTIONS=(
16
		$(use_enable mmx)
18
		$(use_enable mmx)
17
		$(use_enable sse2)
19
		$(use_enable sse2)
20
		$(use_enable test libpng)
18
		$(use_enable altivec vmx)
21
		$(use_enable altivec vmx)
19
		$(use_enable neon arm-neon)
22
		$(use_enable neon arm-neon)
20
		$(use_enable iwmmxt arm-iwmmxt)
23
		$(use_enable iwmmxt arm-iwmmxt)

Return to bug 453510