summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-21 18:49:10 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-21 18:49:10 +0000
commit39d08de897fd028fc776dc88604045388d9a653a (patch)
treef32fed86281116c69cd30aafb84df20447e2f84b /dev-python/pygobject/pygobject-3.0.2.ebuild
parentAdd missing inheritance of eutils.eclass (diff)
downloadhistorical-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-3.0.2.ebuild')
-rw-r--r--dev-python/pygobject/pygobject-3.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygobject/pygobject-3.0.2.ebuild b/dev-python/pygobject/pygobject-3.0.2.ebuild
index ad75dc5063d0..cf60d6e05dfa 100644
--- a/dev-python/pygobject/pygobject-3.0.2.ebuild
+++ b/dev-python/pygobject/pygobject-3.0.2.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-3.0.2.ebuild,v 1.16 2012/05/04 15:12:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.0.2.ebuild,v 1.17 2012/05/21 18:49:10 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -10,7 +10,7 @@ PYTHON_DEPEND="2:2.6 3:3.1"
RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-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/"