diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-03-06 12:36:31 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-03-06 12:37:05 -0800 |
commit | aacc0b8ba7c171457f55212495a73a3f96e55274 (patch) | |
tree | 29a40a76c09fea9b983ed2af4af1d84755cea90a /dev-util/buildbot | |
parent | sys-auth/pam_p11: version bump (diff) | |
download | gentoo-aacc0b8ba7c171457f55212495a73a3f96e55274.tar.gz gentoo-aacc0b8ba7c171457f55212495a73a3f96e55274.tar.bz2 gentoo-aacc0b8ba7c171457f55212495a73a3f96e55274.zip |
dev-util/buildbot: Fix missed distutils_r1_python_prepare_all call
Bug 611414, Also change order of maintainers in metadata.xml.
Package-Manager: Portage-2.3.4, Repoman-2.3.2_p1
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: |