diff options
author | Markus Meier <maekke@gentoo.org> | 2014-01-21 19:54:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-01-21 19:54:32 +0000 |
commit | e549fae20cc6bb3ae2552013af050aaaf402787d (patch) | |
tree | cae6a9081e824487aa55bdc1e72684e9be0bfd23 /dev-util/buildbot | |
parent | Remove variable to avoid maintainer confusion. (diff) | |
download | gentoo-2-e549fae20cc6bb3ae2552013af050aaaf402787d.tar.gz gentoo-2-e549fae20cc6bb3ae2552013af050aaaf402787d.tar.bz2 gentoo-2-e549fae20cc6bb3ae2552013af050aaaf402787d.zip |
add missing dev-python/python-dateutil test dependency
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.8.8-r2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index 0dc9cf9b9a42..4ba26c09607c 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.144 2014/01/20 01:32:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.145 2014/01/21 19:54:32 maekke Exp $ + + 21 Jan 2014; Markus Meier <maekke@gentoo.org> buildbot-0.8.8-r2.ebuild: + add missing dev-python/python-dateutil test dependency 20 Jan 2014; Jeroen Roovers <jer@gentoo.org> buildbot-0.8.8-r2.ebuild: Stable for HPPA (bug #487736). diff --git a/dev-util/buildbot/buildbot-0.8.8-r2.ebuild b/dev-util/buildbot/buildbot-0.8.8-r2.ebuild index 7fbc74f3fc27..91dfb3a2d563 100644 --- a/dev-util/buildbot/buildbot-0.8.8-r2.ebuild +++ b/dev-util/buildbot/buildbot-0.8.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.8-r2.ebuild,v 1.3 2014/01/20 01:32:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.8-r2.ebuild,v 1.4 2014/01/21 19:54:32 maekke Exp $ EAPI="5" PYTHON_DEPEND="2" @@ -37,6 +37,7 @@ DEPEND="${DEPEND} dev-python/setuptools doc? ( sys-apps/texinfo ) test? ( + dev-python/python-dateutil dev-python/mock dev-python/twisted-mail dev-python/twisted-web |