summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-21 19:09:45 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-21 19:09:45 +0000
commit5112f9557e2ca72acb1da66632ffb093250f04db (patch)
tree0029407031e8ad02198406f449a35fdbb52aca03 /x11-libs
parentAdd missing inheritance of eutils.eclass (diff)
downloadgentoo-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')
-rw-r--r--x11-libs/goocanvas/ChangeLog6
-rw-r--r--x11-libs/goocanvas/goocanvas-2.0.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/goocanvas/ChangeLog b/x11-libs/goocanvas/ChangeLog
index 04808142cb45..21398e53ad01 100644
--- a/x11-libs/goocanvas/ChangeLog
+++ b/x11-libs/goocanvas/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/goocanvas
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/ChangeLog,v 1.33 2012/05/05 03:52:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/ChangeLog,v 1.34 2012/05/21 19:09:45 tetromino Exp $
+
+ 21 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ goocanvas-2.0.1.ebuild:
+ Need eutils for epatch.
05 May 2012; Jeff Horelick <jdhore@gentoo.org> goocanvas-0.14.ebuild,
goocanvas-1.0.0.ebuild, goocanvas-2.0.0.ebuild, goocanvas-2.0.1.ebuild:
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"