summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Martins <rafaelmartins@gentoo.org>2011-07-30 01:04:26 +0000
committerRafael Martins <rafaelmartins@gentoo.org>2011-07-30 01:04:26 +0000
commitf6e607dc0a5a10962cbb69b86d9d1abc7092c369 (patch)
treee15d238ba97a6103da39388038fb99bbb18500b1 /dev-python/chameleon
parentAdded missing dependencies. (diff)
downloadgentoo-2-f6e607dc0a5a10962cbb69b86d9d1abc7092c369.tar.gz
gentoo-2-f6e607dc0a5a10962cbb69b86d9d1abc7092c369.tar.bz2
gentoo-2-f6e607dc0a5a10962cbb69b86d9d1abc7092c369.zip
Added setuptools dependency.
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/chameleon')
-rw-r--r--dev-python/chameleon/ChangeLog6
-rw-r--r--dev-python/chameleon/chameleon-2.2-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/chameleon/ChangeLog b/dev-python/chameleon/ChangeLog
index ccec4b2def3b..f5b0f75c764c 100644
--- a/dev-python/chameleon/ChangeLog
+++ b/dev-python/chameleon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/chameleon
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.3 2011/07/30 00:45:12 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.4 2011/07/30 01:04:26 rafaelmartins Exp $
+
+ 30 Jul 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
+ chameleon-2.2-r1.ebuild:
+ Added setuptools dependency.
30 Jul 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
chameleon-2.2-r1.ebuild:
diff --git a/dev-python/chameleon/chameleon-2.2-r1.ebuild b/dev-python/chameleon/chameleon-2.2-r1.ebuild
index 652056c218e7..25e1c47843d1 100644
--- a/dev-python/chameleon/chameleon-2.2-r1.ebuild
+++ b/dev-python/chameleon/chameleon-2.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.2-r1.ebuild,v 1.2 2011/07/30 00:45:12 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.2-r1.ebuild,v 1.3 2011/07/30 01:04:26 rafaelmartins Exp $
EAPI=3
@@ -23,7 +23,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
-DEPEND="doc? ( dev-python/sphinx )"
+DEPEND="dev-python/setuptools
+ doc? ( dev-python/sphinx )"
RDEPEND=""
S="${WORKDIR}/${MY_P}"