diff options
author | 2007-03-08 16:00:12 +0000 | |
---|---|---|
committer | 2007-03-08 16:00:12 +0000 | |
commit | ab1cabbcaa71e9f9e2d936935eeb663d19080f34 (patch) | |
tree | 45ba299eab7a1ed71f6ecd86c5267080a3a37628 /dev-util/buildbot/buildbot-0.7.5.ebuild | |
parent | Testing for infra. (diff) | |
download | gentoo-2-ab1cabbcaa71e9f9e2d936935eeb663d19080f34.tar.gz gentoo-2-ab1cabbcaa71e9f9e2d936935eeb663d19080f34.tar.bz2 gentoo-2-ab1cabbcaa71e9f9e2d936935eeb663d19080f34.zip |
Fix tests without FEATURES=userpriv. No bump since it only affects the tests.
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'dev-util/buildbot/buildbot-0.7.5.ebuild')
-rw-r--r-- | dev-util/buildbot/buildbot-0.7.5.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-util/buildbot/buildbot-0.7.5.ebuild b/dev-util/buildbot/buildbot-0.7.5.ebuild index 0a15dbf1af4b..c1d864f73e5b 100644 --- a/dev-util/buildbot/buildbot-0.7.5.ebuild +++ b/dev-util/buildbot/buildbot-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.5.ebuild,v 1.3 2007/03/05 03:20:30 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.7.5.ebuild,v 1.4 2007/03/08 16:00:12 marienz Exp $ inherit distutils eutils @@ -27,6 +27,13 @@ pkg_setup() { enewuser buildbot } +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${P}-root-skip-tests.patch" +} + src_compile() { distutils_src_compile if use doc; then |