Skip to content

Commit

Permalink
sci-geosciences/mapnik: Add missing subslot dependencies
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
SoapGentoo committed Mar 7, 2016
1 parent b028694 commit ae91936
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions sci-geosciences/mapnik/mapnik-2.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -11,7 +11,7 @@ inherit eutils python scons-utils toolchain-funcs

DESCRIPTION="A Free Toolkit for developing mapping applications"
HOMEPAGE="http://www.mapnik.org/"
SRC_URI="https://github.com/downloads/${PN}/${PN}/${MY_P}.tar.bz2"
SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.bz2"

LICENSE="LGPL-3"
SLOT="0"
Expand Down
4 changes: 2 additions & 2 deletions sci-geosciences/mapnik/mapnik-2.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -11,7 +11,7 @@ inherit eutils python scons-utils toolchain-funcs

DESCRIPTION="A Free Toolkit for developing mapping applications"
HOMEPAGE="http://www.mapnik.org/"
SRC_URI="https://github.com/downloads/${PN}/${PN}/${MY_P}.tar.bz2"
SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.bz2"

LICENSE="LGPL-3"
SLOT="0"
Expand Down
4 changes: 2 additions & 2 deletions sci-geosciences/mapnik/mapnik-2.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -11,7 +11,7 @@ inherit eutils python scons-utils toolchain-funcs

DESCRIPTION="A Free Toolkit for developing mapping applications"
HOMEPAGE="http://www.mapnik.org/"
SRC_URI="https://github.com/downloads/${PN}/${PN}/${MY_P}.tar.bz2"
SRC_URI="mirror://github/${PN}/${PN}/${MY_P}.tar.bz2"

LICENSE="LGPL-3"
SLOT="0"
Expand Down
10 changes: 5 additions & 5 deletions sci-geosciences/mapnik/mapnik-2.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -24,9 +24,9 @@ RDEPEND="
sys-libs/zlib
media-libs/freetype
dev-libs/libxml2
media-libs/libpng
media-libs/tiff
virtual/jpeg
media-libs/libpng:0=
media-libs/tiff:0=
virtual/jpeg:0=
media-libs/libwebp
sci-libs/proj
media-fonts/dejavu
Expand All @@ -37,7 +37,7 @@ RDEPEND="
dev-cpp/cairomm
python? ( dev-python/pycairo[${PYTHON_USEDEP}] )
)
postgres? ( >=dev-db/postgresql-8.3 )
postgres? ( >=dev-db/postgresql-8.3:* )
gdal? ( sci-libs/gdal )
sqlite? ( dev-db/sqlite:3 )
python_single_target_python3_3? ( >=dev-libs/boost-1.53[${PYTHON_USEDEP}] )
Expand Down

0 comments on commit ae91936

Please sign in to comment.