diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-04 19:48:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-04 19:48:41 +0000 |
commit | 555645b7a1b834a2f9e703cc2c60515926353d34 (patch) | |
tree | 5ca4a4485835e65a7db6649d6e11998ff908a017 /sci-geosciences/mapnik | |
parent | Change virtual/xft dependency to x11-libs/libXft. (diff) | |
download | gentoo-2-555645b7a1b834a2f9e703cc2c60515926353d34.tar.gz gentoo-2-555645b7a1b834a2f9e703cc2c60515926353d34.tar.bz2 gentoo-2-555645b7a1b834a2f9e703cc2c60515926353d34.zip |
add missing xml to IUSE
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'sci-geosciences/mapnik')
-rw-r--r-- | sci-geosciences/mapnik/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/mapnik/mapnik-0.5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-geosciences/mapnik/ChangeLog b/sci-geosciences/mapnik/ChangeLog index 308ec05eac79..bcc78c0ba16a 100644 --- a/sci-geosciences/mapnik/ChangeLog +++ b/sci-geosciences/mapnik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/mapnik -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.5 2008/11/08 03:16:43 nerdboy Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.6 2009/01/04 19:48:41 mr_bones_ Exp $ + + 04 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> mapnik-0.5.1.ebuild: + add missing xml to IUSE 08 Nov 2008; Steve Arnold <nerdboy@gentoo.org> mapnik-0.5.1.ebuild: Fixed the sed that modifies the fontpath in mapnik python lib. The diff --git a/sci-geosciences/mapnik/mapnik-0.5.1.ebuild b/sci-geosciences/mapnik/mapnik-0.5.1.ebuild index ba06e9eab5ba..6f23f22fa476 100644 --- a/sci-geosciences/mapnik/mapnik-0.5.1.ebuild +++ b/sci-geosciences/mapnik/mapnik-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild,v 1.6 2009/01/03 22:40:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild,v 1.7 2009/01/04 19:48:41 mr_bones_ Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://berlios/mapnik/mapnik_src-${PV}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="bidi debug doc postgres python" +IUSE="bidi debug doc postgres python xml" RDEPEND=">=dev-libs/boost-1.33.0 >=media-libs/libpng-1.2.12 |