From: Brian Dolbec Date: Mon, 6 Mar 2017 20:36:31 +0000 (-0800) Subject: dev-util/buildbot: Fix missed distutils_r1_python_prepare_all call X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aacc0b8ba7c171457f55212495a73a3f96e55274;p=gentoo.git 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 --- 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 @@ -1,14 +1,14 @@ - - hwoarang@gentoo.org - Markos Chandras - dolsen@gentoo.org Brian Dolbec + + hwoarang@gentoo.org + Markos Chandras + The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. Features: