diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-21 19:09:45 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-21 19:09:45 +0000 |
commit | 5112f9557e2ca72acb1da66632ffb093250f04db (patch) | |
tree | 0029407031e8ad02198406f449a35fdbb52aca03 /x11-libs/goocanvas/goocanvas-2.0.1.ebuild | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-5112f9557e2ca72acb1da66632ffb093250f04db.tar.gz gentoo-2-5112f9557e2ca72acb1da66632ffb093250f04db.tar.bz2 gentoo-2-5112f9557e2ca72acb1da66632ffb093250f04db.zip |
Need eutils for epatch.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/goocanvas/goocanvas-2.0.1.ebuild')
-rw-r--r-- | x11-libs/goocanvas/goocanvas-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/goocanvas/goocanvas-2.0.1.ebuild b/x11-libs/goocanvas/goocanvas-2.0.1.ebuild index 57f857023628..1b8524ca1784 100644 --- a/x11-libs/goocanvas/goocanvas-2.0.1.ebuild +++ b/x11-libs/goocanvas/goocanvas-2.0.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/x11-libs/goocanvas/goocanvas-2.0.1.ebuild,v 1.8 2012/05/05 03:52:27 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.1.ebuild,v 1.9 2012/05/21 19:09:45 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -9,7 +9,7 @@ PYTHON_DEPEND="python? 2:2.6" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython" -inherit gnome2 python +inherit eutils gnome2 python DESCRIPTION="Canvas widget for GTK+ using the cairo 2D library for drawing" HOMEPAGE="http://live.gnome.org/GooCanvas" |