diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-06-08 07:44:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-06-08 07:44:54 +0000 |
commit | e99adb7843abeb29c26e24582cc8465c7092b263 (patch) | |
tree | 5bf605ba54c8aa580f49010f6030190803e28610 /dev-util/buildbot-slave/buildbot-slave-0.8.3.ebuild | |
parent | whitespace (diff) | |
download | historical-e99adb7843abeb29c26e24582cc8465c7092b263.tar.gz historical-e99adb7843abeb29c26e24582cc8465c7092b263.tar.bz2 historical-e99adb7843abeb29c26e24582cc8465c7092b263.zip |
Drop unused eutils inherit.
Package-Manager: portage-2.2.0_alpha109/cvs/Linux x86_64
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 | 4 |
1 files changed, 2 insertions, 2 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 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" |