diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-06-25 07:35:26 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-06-25 07:35:26 +0000 |
commit | e2d974b36747fab32d1fbc4710dcec7c2b72bf69 (patch) | |
tree | 712353c024c41816b8c3cf12a9593e635532ed2f /dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild | |
parent | Put patches on Gentoo mirrors. (diff) | |
download | historical-e2d974b36747fab32d1fbc4710dcec7c2b72bf69.tar.gz historical-e2d974b36747fab32d1fbc4710dcec7c2b72bf69.tar.bz2 historical-e2d974b36747fab32d1fbc4710dcec7c2b72bf69.zip |
use NEED_PYTHON, removed unneeded lines
Package-Manager: portage-2.1.3_rc5
Diffstat (limited to 'dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild')
-rw-r--r-- | dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild b/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild index f3f4dc97482e..02fbbd638a2b 100644 --- a/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild +++ b/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild,v 1.4 2006/08/20 09:57:25 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild,v 1.5 2007/06/25 07:35:26 hawking Exp $ + +NEED_PYTHON=2.3 inherit distutils @@ -12,8 +14,9 @@ SRC_URI="mirror://sourceforge/cherrypy/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~ia64 ~ppc ~x86" - IUSE="" -DEPEND=">=dev-lang/python-2.3" -S=${WORKDIR}/${MY_P} +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/${MY_P} |