diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-17 06:07:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-17 06:07:58 +0000 |
commit | ae60424ddd9c5d93db5d3cb13eb67109ea9ce66e (patch) | |
tree | aa901f2c4d80832996195453d55f7f78a7c9563d /dev-games/cegui | |
parent | fix USE=-python compilation thanks to help from #gentoo-python (diff) | |
download | gentoo-2-ae60424ddd9c5d93db5d3cb13eb67109ea9ce66e.tar.gz gentoo-2-ae60424ddd9c5d93db5d3cb13eb67109ea9ce66e.tar.bz2 gentoo-2-ae60424ddd9c5d93db5d3cb13eb67109ea9ce66e.zip |
default to libxml2 for xml support (bug #422811)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-games/cegui')
-rw-r--r-- | dev-games/cegui/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/cegui/cegui-0.7.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/cegui/ChangeLog b/dev-games/cegui/ChangeLog index 64d78e3e3145..47e12adc3611 100644 --- a/dev-games/cegui/ChangeLog +++ b/dev-games/cegui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/cegui # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v 1.50 2012/07/09 03:14:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v 1.51 2012/11/17 06:07:58 mr_bones_ Exp $ + + 17 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> cegui-0.7.7.ebuild: + default to libxml2 for xml support (bug #422811) *cegui-0.7.7 (09 Jul 2012) diff --git a/dev-games/cegui/cegui-0.7.7.ebuild b/dev-games/cegui/cegui-0.7.7.ebuild index b89b188b0570..a90a57afd415 100644 --- a/dev-games/cegui/cegui-0.7.7.ebuild +++ b/dev-games/cegui/cegui-0.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.7.7.ebuild,v 1.1 2012/07/09 03:14:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.7.7.ebuild,v 1.2 2012/11/17 06:07:58 mr_bones_ Exp $ EAPI=4 inherit eutils @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/crayzedsgui/${MY_P}.tar.gz LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 -ppc ~x86" -IUSE="bidi debug devil doc examples expat gtk irrlicht lua ogre opengl pcre static-libs tinyxml truetype xerces-c xml zip" +IUSE="bidi debug devil doc examples expat gtk irrlicht lua ogre opengl pcre static-libs tinyxml truetype xerces-c +xml zip" REQUIRED_USE="|| ( expat tinyxml xerces-c xml )" # bug 362223 RDEPEND="bidi? ( dev-libs/fribidi ) |