diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-21 18:49:10 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-21 18:49:10 +0000 |
commit | 39d08de897fd028fc776dc88604045388d9a653a (patch) | |
tree | f32fed86281116c69cd30aafb84df20447e2f84b /dev-python/pygobject/pygobject-2.28.6-r52.ebuild | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | historical-39d08de897fd028fc776dc88604045388d9a653a.tar.gz historical-39d08de897fd028fc776dc88604045388d9a653a.tar.bz2 historical-39d08de897fd028fc776dc88604045388d9a653a.zip |
Need eutils for epatch.
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pygobject/pygobject-2.28.6-r52.ebuild')
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6-r52.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygobject/pygobject-2.28.6-r52.ebuild b/dev-python/pygobject/pygobject-2.28.6-r52.ebuild index 1fcfdb7d906c..9a034b64e6cf 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r52.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r52.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/pygobject/pygobject-2.28.6-r52.ebuild,v 1.3 2012/05/13 19:50:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r52.ebuild,v 1.4 2012/05/21 18:49:10 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ PYTHON_DEPEND="2:2.6" RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*" # XXX: Is the alternatives stuff needed anymore? -inherit alternatives autotools gnome2 python virtualx +inherit alternatives autotools eutils gnome2 python virtualx DESCRIPTION="GLib's GObject library bindings for Python" HOMEPAGE="http://www.pygtk.org/" |