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

(-)/usr/portage/dev-games/cegui/cegui-0.7.7.ebuild (-2 / +3 lines)
Lines 15-26 Link Here
15
LICENSE="MIT"
15
LICENSE="MIT"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~amd64 -ppc ~x86"
17
KEYWORDS="~amd64 -ppc ~x86"
18
IUSE="bidi debug devil doc examples expat gtk irrlicht lua ogre opengl pcre static-libs tinyxml truetype xerces-c xml zip"
18
IUSE="bidi debug devil doc examples expat freeimage gtk irrlicht lua ogre opengl pcre static-libs tinyxml truetype xerces-c xml zip"
19
REQUIRED_USE="|| ( expat tinyxml xerces-c xml )" # bug 362223
19
REQUIRED_USE="|| ( expat tinyxml xerces-c xml )" # bug 362223
20
20
21
RDEPEND="bidi? ( dev-libs/fribidi )
21
RDEPEND="bidi? ( dev-libs/fribidi )
22
	devil? ( media-libs/devil )
22
	devil? ( media-libs/devil )
23
	expat? ( dev-libs/expat )
23
	expat? ( dev-libs/expat )
24
	freeimage? ( media-libs/freeimage )
24
	truetype? ( media-libs/freetype:2 )
25
	truetype? ( media-libs/freetype:2 )
25
	irrlicht? ( dev-games/irrlicht )
26
	irrlicht? ( dev-games/irrlicht )
26
	lua? (
27
	lua? (
Lines 97-103 Link Here
97
		--enable-tga
98
		--enable-tga
98
		--disable-corona
99
		--disable-corona
99
		--disable-dependency-tracking
100
		--disable-dependency-tracking
100
		--disable-freeimage
101
		$(use_enable freeimage)
101
		--disable-rapidxml
102
		--disable-rapidxml
102
		--disable-samples
103
		--disable-samples
103
		--disable-silly
104
		--disable-silly

Return to bug 427670