Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 121495
Collapse All | Expand All

(-)/home/pclouds/cvs/gentoo-x86/x11-libs/cairo/cairo-1.0.2.ebuild (-1 / +3 lines)
Lines 11-17 Link Here
11
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
11
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86"
13
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86"
14
IUSE="doc glitz png X"
14
IUSE="doc glitz png X ps pdf"
15
15
16
RDEPEND="media-libs/fontconfig
16
RDEPEND="media-libs/fontconfig
17
	>=media-libs/freetype-2.1
17
	>=media-libs/freetype-2.1
Lines 47-52 Link Here
47
	local myconf="$(use_with X x) \
47
	local myconf="$(use_with X x) \
48
		$(use_enable X xlib)      \
48
		$(use_enable X xlib)      \
49
		$(use_enable png)         \
49
		$(use_enable png)         \
50
		$(use_enable pdf)         \
51
		$(use_enable ps)          \
50
		$(use_enable doc gtk-doc) \
52
		$(use_enable doc gtk-doc) \
51
		$(use_enable glitz)"
53
		$(use_enable glitz)"
52
54

Return to bug 121495