diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-06-17 07:05:44 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-06-17 07:05:44 +0000 |
commit | 1e0c0cff7b358d28f329f163df062d08a7697139 (patch) | |
tree | f6d5e46717ced8d2493ea7d464f23737ffbc9346 /sci-geosciences/mapnik | |
parent | remove old (diff) | |
download | gentoo-2-1e0c0cff7b358d28f329f163df062d08a7697139.tar.gz gentoo-2-1e0c0cff7b358d28f329f163df062d08a7697139.tar.bz2 gentoo-2-1e0c0cff7b358d28f329f163df062d08a7697139.zip |
Selecting boost version that has python IUSE. Bug #274358
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/mapnik')
-rw-r--r-- | sci-geosciences/mapnik/ChangeLog | 5 | ||||
-rw-r--r-- | sci-geosciences/mapnik/mapnik-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-geosciences/mapnik/ChangeLog b/sci-geosciences/mapnik/ChangeLog index 55623d786b9e..8a563a64668a 100644 --- a/sci-geosciences/mapnik/ChangeLog +++ b/sci-geosciences/mapnik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/mapnik # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.8 2009/06/12 12:24:13 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.9 2009/06/17 07:05:44 tupone Exp $ + + 17 Jun 2009; Alfredo Tupone <tupone@gentoo.org> mapnik-0.6.0.ebuild: + Selecting boost version that has python IUSE. Bug #274358 by Arjen Robbemond 12 Jun 2009; Alfredo Tupone <tupone@gentoo.org> mapnik-0.6.0.ebuild: Changing LICENSE and adding some docs diff --git a/sci-geosciences/mapnik/mapnik-0.6.0.ebuild b/sci-geosciences/mapnik/mapnik-0.6.0.ebuild index 8babf5c17239..a6ad02fe7eae 100644 --- a/sci-geosciences/mapnik/mapnik-0.6.0.ebuild +++ b/sci-geosciences/mapnik/mapnik-0.6.0.ebuild @@ -1,6 +1,6 @@ # 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.6.0.ebuild,v 1.2 2009/06/12 12:24:13 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild,v 1.3 2009/06/17 07:05:44 tupone Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -23,7 +23,7 @@ RDEPEND="dev-libs/boost sci-libs/proj x11-libs/agg media-fonts/dejavu - python? ( dev-libs/boost[python] ) + python? ( >=dev-libs/boost-1.35.0-r5[python] ) cairo? ( x11-libs/cairo dev-cpp/cairomm ) postgres? ( >=dev-db/postgresql-base-8.3 |