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

(-)cairo-1.0.0-r2.ebuild.old (-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 ~ppc64 ~s390 ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
14
IUSE="doc glitz png static X"
14
IUSE="doc glitz png static 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 57-62 Link Here
57
		$(use_enable png)         \
57
		$(use_enable png)         \
58
		$(use_enable static)      \
58
		$(use_enable static)      \
59
		$(use_enable doc gtk-doc) \
59
		$(use_enable doc gtk-doc) \
60
		$(use_enable pdf)	  \
61
		$(use_enable ps)	  \
60
		$(use_enable glitz)"
62
		$(use_enable glitz)"
61
63
62
	econf $myconf || die "./configure failed"
64
	econf $myconf || die "./configure failed"

Return to bug 105245