diff options
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/buildbot-0.9.4.ebuild | 1 | ||||
-rw-r--r-- | dev-util/buildbot/metadata.xml | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-util/buildbot/buildbot-0.9.4.ebuild b/dev-util/buildbot/buildbot-0.9.4.ebuild index 91819509ee8f..5981c0205936 100644 --- a/dev-util/buildbot/buildbot-0.9.4.ebuild +++ b/dev-util/buildbot/buildbot-0.9.4.ebuild @@ -110,6 +110,7 @@ python_prepare_all() { if use doc; then epatch "${FILESDIR}/buildbot-0.9.4.docs.patch" fi + distutils-r1_python_prepare_all } src_compile() { diff --git a/dev-util/buildbot/metadata.xml b/dev-util/buildbot/metadata.xml index 698b720ff3da..8f3e21d9d50a 100644 --- a/dev-util/buildbot/metadata.xml +++ b/dev-util/buildbot/metadata.xml @@ -2,13 +2,13 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>hwoarang@gentoo.org</email> - <name>Markos Chandras</name> - </maintainer> - <maintainer type="person"> <email>dolsen@gentoo.org</email> <name>Brian Dolbec</name> </maintainer> + <maintainer type="person"> + <email>hwoarang@gentoo.org</email> + <name>Markos Chandras</name> + </maintainer> <longdescription lang="en">The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. Features: |