summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-21 19:10:53 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-21 19:10:53 +0000
commit1d09cc23b0627dd00c0ca3125d149dbbb65a354d (patch)
tree5c54a60ad63efbbacd03c945ba9a452f9104133f /x11-libs/goocanvas
parentAdd missing inheritance of eutils.eclass (diff)
downloadhistorical-1d09cc23b0627dd00c0ca3125d149dbbb65a354d.tar.gz
historical-1d09cc23b0627dd00c0ca3125d149dbbb65a354d.tar.bz2
historical-1d09cc23b0627dd00c0ca3125d149dbbb65a354d.zip
Need eutils for epatch.
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/goocanvas')
-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"