diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-01 11:49:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-01 11:49:33 +0000 |
commit | 4466d5e4ffa64f5dd90063dbce1f73d4d6188df8 (patch) | |
tree | a4aa33f8a8dab0cdd2583cc854d2b8079967015f /dev-python/turbogears | |
parent | Bump to 1.1.4, fixes part of #264484 (diff) | |
download | gentoo-2-4466d5e4ffa64f5dd90063dbce1f73d4d6188df8.tar.gz gentoo-2-4466d5e4ffa64f5dd90063dbce1f73d4d6188df8.tar.bz2 gentoo-2-4466d5e4ffa64f5dd90063dbce1f73d4d6188df8.zip |
Fixing turbojson dep, fixes #264484
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/turbogears')
-rw-r--r-- | dev-python/turbogears/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/turbogears/turbogears-1.0.8.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/turbogears/ChangeLog b/dev-python/turbogears/ChangeLog index 7bdc2868eb6c..0be2bcae17d4 100644 --- a/dev-python/turbogears/ChangeLog +++ b/dev-python/turbogears/ChangeLog @@ -1,6 +1,9 @@ # 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.13 2009/02/15 14:34:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbogears/ChangeLog,v 1.14 2009/04/01 11:49:33 patrick Exp $ + + 01 Apr 2009; Patrick Lauer <patrick@gentoo.org> turbogears-1.0.8.ebuild: + Fixing turbojson dep, fixes #264484 *turbogears-1.0.8 (15 Feb 2009) diff --git a/dev-python/turbogears/turbogears-1.0.8.ebuild b/dev-python/turbogears/turbogears-1.0.8.ebuild index 2a1ab3184604..c78130433847 100644 --- a/dev-python/turbogears/turbogears-1.0.8.ebuild +++ b/dev-python/turbogears/turbogears-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.1 2009/02/15 14:34:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbogears/turbogears-1.0.8.ebuild,v 1.2 2009/04/01 11:49:33 patrick Exp $ NEED_PYTHON=2.4 @@ -18,7 +18,9 @@ LICENSE="MIT" SLOT="0" IUSE="test" -RDEPEND=">=dev-python/turbojson-1.1.3 +# this package is not yet py2.6 ready. Keep deps at =py-2.{4,5} for now. + +RDEPEND=">=dev-python/turbojson-1.1.4 >=dev-python/turbocheetah-1.0 >=dev-python/turbokid-1.0.4 =dev-python/cherrypy-2.3* |