From e2d974b36747fab32d1fbc4710dcec7c2b72bf69 Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Mon, 25 Jun 2007 07:35:26 +0000 Subject: use NEED_PYTHON, removed unneeded lines Package-Manager: portage-2.1.3_rc5 --- dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild') 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} -- cgit v1.2.3-65-gdbad