diff options
-rw-r--r-- | dev-util/buildbot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.7.11_p3.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index fdce9404fb9c..01745f0d373a 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.61 2010/06/28 09:02:55 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.62 2010/07/06 19:18:12 arfrever Exp $ + + 06 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + buildbot-0.7.11_p3.ebuild: + Use PYTHON_DEPEND instead of NEED_PYTHON. 28 Jun 2010; Christoph Mende <angelos@gentoo.org> buildbot-0.8.0.ebuild: Stable on amd64 wrt bug #325899 diff --git a/dev-util/buildbot/buildbot-0.7.11_p3.ebuild b/dev-util/buildbot/buildbot-0.7.11_p3.ebuild index 103d882929fe..ffc3acb3c57d 100644 --- a/dev-util/buildbot/buildbot-0.7.11_p3.ebuild +++ b/dev-util/buildbot/buildbot-0.7.11_p3.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.11_p3.ebuild,v 1.9 2010/02/08 08:58:25 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.11_p3.ebuild,v 1.10 2010/07/06 19:18:12 arfrever Exp $ -EAPI=1 -NEED_PYTHON="2.4" +EAPI="3" +PYTHON_DEPEND="2" MY_PV="${PV/_p/p}" MY_P="${PN}-${MY_PV}" -inherit eutils distutils +inherit distutils eutils DESCRIPTION="A Python system to automate the compile/test cycle to validate code changes" HOMEPAGE="http://buildbot.net/" |