summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-25 21:14:12 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-25 21:14:12 +0000
commit9f8365b425e2ef7501044e23215c68aa8ca5105f (patch)
tree09c7641547b0a6da4583d6d1183b06ef70bd23ca /dev-python
parentmore restricts (diff)
downloadgentoo-2-9f8365b425e2ef7501044e23215c68aa8ca5105f.tar.gz
gentoo-2-9f8365b425e2ef7501044e23215c68aa8ca5105f.tar.bz2
gentoo-2-9f8365b425e2ef7501044e23215c68aa8ca5105f.zip
unused eclass
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dbus-python/dbus-python-1.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.0.0.ebuild b/dev-python/dbus-python/dbus-python-1.0.0.ebuild
index 8493cf27f0c2..c6d742b1ac39 100644
--- a/dev-python/dbus-python/dbus-python-1.0.0.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.0.0.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/dbus-python/dbus-python-1.0.0.ebuild,v 1.2 2012/01/25 21:10:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.0.0.ebuild,v 1.3 2012/01/25 21:14:12 ssuominen Exp $
EAPI=4
@@ -10,7 +10,7 @@ RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 3.1 *-jython *-pypy-*"
PYTHON_TESTS_RESTRICTED_ABIS="2.4 2.5 3.0 3.1"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-inherit eutils python
+inherit python
DESCRIPTION="Python bindings for the D-Bus messagebus"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings http://dbus.freedesktop.org/doc/dbus-python/"