summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-04-06 08:24:44 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-04-06 08:24:44 +0000
commit60c2bfc6937bab8a43a2dea28b79f10065a3bfa2 (patch)
tree890df54dbed65daf40e5e226938c6a0315811bbe /sci-geosciences/tilecache/tilecache-2.10.ebuild
parentadded myself as maintainer (diff)
downloadgentoo-2-60c2bfc6937bab8a43a2dea28b79f10065a3bfa2.tar.gz
gentoo-2-60c2bfc6937bab8a43a2dea28b79f10065a3bfa2.tar.bz2
gentoo-2-60c2bfc6937bab8a43a2dea28b79f10065a3bfa2.zip
Add missing dependency.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/tilecache/tilecache-2.10.ebuild')
-rw-r--r--sci-geosciences/tilecache/tilecache-2.10.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-geosciences/tilecache/tilecache-2.10.ebuild b/sci-geosciences/tilecache/tilecache-2.10.ebuild
index 23ade9634556..dc0934443551 100644
--- a/sci-geosciences/tilecache/tilecache-2.10.ebuild
+++ b/sci-geosciences/tilecache/tilecache-2.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild,v 1.1 2009/12/09 14:58:25 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild,v 1.2 2010/04/06 08:24:44 scarabeus Exp $
EAPI="2"
@@ -15,8 +15,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-python/imaging"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-python/imaging"
+DEPEND="${RDEPEND}
+ dev-python/setuptools
+"
src_install() {
distutils_src_install "--debian"