From e99adb7843abeb29c26e24582cc8465c7092b263 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 8 Jun 2012 07:44:54 +0000 Subject: Drop unused eutils inherit. Package-Manager: portage-2.2.0_alpha109/cvs/Linux x86_64 --- dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild') 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 5be0178dc37b..605f6e765e58 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-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.11 2012/06/07 21:09:26 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild,v 1.12 2012/06/08 07:44:54 radhermit 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 user +inherit distutils user DESCRIPTION="BuildBot Slave Daemon" HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot-slave" -- cgit v1.2.3-65-gdbad