diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-06-08 07:42:34 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-06-08 07:42:34 +0000 |
commit | db635810d09d9fee765fbaa008cb15f72a49e643 (patch) | |
tree | 56c102dc24b3c2014ec19a5703845a4f6d9e3e9f /dev-util/buildbot/buildbot-0.8.5.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-db635810d09d9fee765fbaa008cb15f72a49e643.tar.gz gentoo-2-db635810d09d9fee765fbaa008cb15f72a49e643.tar.bz2 gentoo-2-db635810d09d9fee765fbaa008cb15f72a49e643.zip |
Drop unused eutils inherit.
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/buildbot/buildbot-0.8.5.ebuild')
-rw-r--r-- | dev-util/buildbot/buildbot-0.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/buildbot/buildbot-0.8.5.ebuild b/dev-util/buildbot/buildbot-0.8.5.ebuild index 774c76a0f245..8c104519bc12 100644 --- a/dev-util/buildbot/buildbot-0.8.5.ebuild +++ b/dev-util/buildbot/buildbot-0.8.5.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/buildbot-0.8.5.ebuild,v 1.3 2012/06/07 21:07:27 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.5.ebuild,v 1.4 2012/06/08 07:42:34 radhermit 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 user +inherit distutils user MY_PV="${PV/_p/p}" MY_P="${PN}-${MY_PV}" |