[*/{transmission-*,pygobject-*,subversion*,alsa-plugins}] +eutils

autotools.eclass doesn't inherit eutils anymore.
Added eutils to inherit line for ebuilds which use various
functions from eutils.eclass, inherit autotools and don't
inherit eutils themselves.
This commit is contained in:
Sławomir Nizio
2012-05-22 01:36:35 +02:00
parent 4e0177d98d
commit bd29b9e93f
20 changed files with 26 additions and 26 deletions
@@ -12,7 +12,7 @@ RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython *-pypy-*"
REAL_PN="${PN/-base}"
GNOME_ORG_MODULE="${REAL_PN}"
inherit autotools gnome2 python virtualx
inherit autotools eutils gnome2 python virtualx
DESCRIPTION="GLib's GObject library bindings for Python"
HOMEPAGE="http://www.pygtk.org/"