diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-07 21:09:26 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-07 21:09:26 +0000 |
commit | 598d812410ae9a055c3b94a0f8709b96f1f31429 (patch) | |
tree | db49ed2b804b84f49d1bab9a23975caade871438 /dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild | |
parent | Marking grfcodec-6.0.0 ppc for bug 418401 (diff) | |
download | gentoo-2-598d812410ae9a055c3b94a0f8709b96f1f31429.tar.gz gentoo-2-598d812410ae9a055c3b94a0f8709b96f1f31429.tar.bz2 gentoo-2-598d812410ae9a055c3b94a0f8709b96f1f31429.zip |
inherit user for enewuser
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild')
-rw-r--r-- | dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild b/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild index 9f04b718cccf..5be0178dc37b 100644 --- a/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild +++ b/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.10 2011/08/22 10:05:37 mduft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.11 2012/06/07 21:09:26 zmedico Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython" DISTUTILS_SRC_TEST="trial buildslave" DISTUTILS_DISABLE_TEST_DEPENDENCY="1" -inherit distutils eutils +inherit distutils eutils user DESCRIPTION="BuildBot Slave Daemon" HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot-slave" |