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
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')
-rw-r--r--sci-geosciences/tilecache/ChangeLog8
-rw-r--r--sci-geosciences/tilecache/tilecache-2.10.ebuild10
2 files changed, 12 insertions, 6 deletions
diff --git a/sci-geosciences/tilecache/ChangeLog b/sci-geosciences/tilecache/ChangeLog
index 37b5fbfd4596..fd183ede81f5 100644
--- a/sci-geosciences/tilecache/ChangeLog
+++ b/sci-geosciences/tilecache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-geosciences/tilecache
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/ChangeLog,v 1.1 2009/12/09 14:58:25 scarabeus Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/ChangeLog,v 1.2 2010/04/06 08:24:44 scarabeus Exp $
+
+ 06 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ tilecache-2.10.ebuild:
+ Add missing dependency.
*tilecache-2.10 (09 Dec 2009)
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"