summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-06-13 21:03:33 +0000
committerTim Harder <radhermit@gentoo.org>2012-06-13 21:03:33 +0000
commit29bf213e1e69f66f43b7e0e707dae1a52b4eaf26 (patch)
tree0dcf3a81caa4723851e5f40f673ec1a71e3426c0 /dev-python/boto/boto-2.4.1.ebuild
parentUpdate description per bug #419493 comment 8. (diff)
downloadgentoo-2-29bf213e1e69f66f43b7e0e707dae1a52b4eaf26.tar.gz
gentoo-2-29bf213e1e69f66f43b7e0e707dae1a52b4eaf26.tar.bz2
gentoo-2-29bf213e1e69f66f43b7e0e707dae1a52b4eaf26.zip
Remove unused eutils inherit.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/boto/boto-2.4.1.ebuild')
-rw-r--r--dev-python/boto/boto-2.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/boto/boto-2.4.1.ebuild b/dev-python/boto/boto-2.4.1.ebuild
index b9f74cf5a51e..364ffa16c5dd 100644
--- a/dev-python/boto/boto-2.4.1.ebuild
+++ b/dev-python/boto/boto-2.4.1.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-python/boto/boto-2.4.1.ebuild,v 1.1 2012/05/21 18:22:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.4.1.ebuild,v 1.2 2012/06/13 21:03:33 radhermit Exp $
EAPI="4"
PYTHON_DEPEND="2:2.5"
@@ -8,7 +8,7 @@ SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
DISTUTILS_SRC_TEST="setup.py"
-inherit distutils eutils
+inherit distutils
DESCRIPTION="Amazon Web Services API"
HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"