summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-07 21:07:27 +0000
committerZac Medico <zmedico@gentoo.org>2012-06-07 21:07:27 +0000
commit06d4e8d22c56456c85d6e8a9ef80a7da27892f04 (patch)
treeccde5aec5702b166796e3b757fc40153358c2715 /dev-util/buildbot/buildbot-0.8.3_p1.ebuild
parentppc stable (bug 416927) (diff)
downloadgentoo-2-06d4e8d22c56456c85d6e8a9ef80a7da27892f04.tar.gz
gentoo-2-06d4e8d22c56456c85d6e8a9ef80a7da27892f04.tar.bz2
gentoo-2-06d4e8d22c56456c85d6e8a9ef80a7da27892f04.zip
inherit user for enewuser
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-util/buildbot/buildbot-0.8.3_p1.ebuild')
-rw-r--r--dev-util/buildbot/buildbot-0.8.3_p1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/buildbot/buildbot-0.8.3_p1.ebuild b/dev-util/buildbot/buildbot-0.8.3_p1.ebuild
index ceddde531760..4bde062aa870 100644
--- a/dev-util/buildbot/buildbot-0.8.3_p1.ebuild
+++ b/dev-util/buildbot/buildbot-0.8.3_p1.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/buildbot-0.8.3_p1.ebuild,v 1.7 2011/03/23 21:30:05 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.3_p1.ebuild,v 1.8 2012/06/07 21:07:27 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython"
DISTUTILS_SRC_TEST="trial"
DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
-inherit distutils eutils
+inherit distutils eutils user
MY_PV="${PV/_p/p}"
MY_P="${PN}-${MY_PV}"