diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-09 23:10:20 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-09 23:10:20 +0000 |
commit | 09f77dc5773f4d917a40276fefd68ffdc491064d (patch) | |
tree | 33a13b81e073d0aa497e39f6f00d3ca50c6584b9 /dev-python/turbogears | |
parent | Version bump. (diff) | |
download | historical-09f77dc5773f4d917a40276fefd68ffdc491064d.tar.gz historical-09f77dc5773f4d917a40276fefd68ffdc491064d.tar.bz2 historical-09f77dc5773f4d917a40276fefd68ffdc491064d.zip |
Use PYTHON_DEPEND instead of NEED_PYTHON.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python/turbogears')
-rw-r--r-- | dev-python/turbogears/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/turbogears/turbogears-1.0.8.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/turbogears/ChangeLog b/dev-python/turbogears/ChangeLog index 0be2bcae17d4..f0e2c4df6a4e 100644 --- a/dev-python/turbogears/ChangeLog +++ b/dev-python/turbogears/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/turbogears -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbogears/ChangeLog,v 1.14 2009/04/01 11:49:33 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbogears/ChangeLog,v 1.15 2010/07/09 23:06:38 arfrever Exp $ + + 09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + turbogears-1.0.8.ebuild: + Use PYTHON_DEPEND instead of NEED_PYTHON. 01 Apr 2009; Patrick Lauer <patrick@gentoo.org> turbogears-1.0.8.ebuild: Fixing turbojson dep, fixes #264484 diff --git a/dev-python/turbogears/turbogears-1.0.8.ebuild b/dev-python/turbogears/turbogears-1.0.8.ebuild index c78130433847..301358b7bfe2 100644 --- a/dev-python/turbogears/turbogears-1.0.8.ebuild +++ b/dev-python/turbogears/turbogears-1.0.8.ebuild @@ -1,8 +1,8 @@ -# 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/dev-python/turbogears/turbogears-1.0.8.ebuild,v 1.2 2009/04/01 11:49:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbogears/turbogears-1.0.8.ebuild,v 1.3 2010/07/09 23:06:38 arfrever Exp $ -NEED_PYTHON=2.4 +PYTHON_DEPEND="2" inherit distutils |