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

Collapse All | Expand All

(-)pixman-0.30.2.ebuild.orig (-3 / +3 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.30.2.ebuild,v 1.10 2013/10/08 05:08:53 ago Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.30.2.ebuild,v 1.10 2013/10/08 05:08:53 ago Exp $
4
4
5
EAPI=5
5
EAPI=5
6
inherit xorg-2 toolchain-funcs versionator
6
inherit xorg-2 toolchain-funcs versionator multilib-minimal
7
7
8
EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
8
EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
9
DESCRIPTION="Low-level pixel manipulation routines"
9
DESCRIPTION="Low-level pixel manipulation routines"
Lines 11-17 Link Here
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 loongson2f mmxext neon sse2"
12
IUSE="altivec iwmmxt loongson2f mmxext neon sse2"
13
13
14
src_configure() {
14
multilib_src_configure() {
15
	XORG_CONFIGURE_OPTIONS=(
15
	XORG_CONFIGURE_OPTIONS=(
16
		$(use_enable mmxext mmx)
16
		$(use_enable mmxext mmx)
17
		$(use_enable sse2)
17
		$(use_enable sse2)
Lines 22-26 Link Here
22
		--disable-gtk
22
		--disable-gtk
23
		--disable-libpng
23
		--disable-libpng
24
	)
24
	)
25
	xorg-2_src_configure
25
	ECONF_SOURCE="${S}" xorg-2_src_configure
26
}
26
}

Return to bug 488662