diff options
author | 2010-04-14 02:32:28 +0000 | |
---|---|---|
committer | 2010-04-14 02:32:28 +0000 | |
commit | f931cb95db6b3b735d85386764fe5e6e1e9de46a (patch) | |
tree | d667af73eb5a25d6d2c399e149d45bf662636e04 /x11-libs/hippo-canvas | |
parent | Tweak the sed on configure tests to cover more cases #310573 by Jan-Erik Skata. (diff) | |
download | gentoo-2-f931cb95db6b3b735d85386764fe5e6e1e9de46a.tar.gz gentoo-2-f931cb95db6b3b735d85386764fe5e6e1e9de46a.tar.bz2 gentoo-2-f931cb95db6b3b735d85386764fe5e6e1e9de46a.zip |
Added missing dependecy.
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'x11-libs/hippo-canvas')
-rw-r--r-- | x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild b/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild index 18df66a6daaf..a05ebf2d9d46 100644 --- a/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild +++ b/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild,v 1.1 2010/04/13 20:42:52 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/hippo-canvas/hippo-canvas-0.3.0-r1.ebuild,v 1.2 2010/04/14 02:32:28 elvanor Exp $ EAPI="2" @@ -21,6 +21,7 @@ RDEPEND=">=dev-libs/glib-2.6 dev-libs/libcroco >=x11-libs/gtk+-2.6 x11-libs/pango + gnome-base/librsvg python? ( dev-lang/python dev-python/pycairo dev-python/pygtk )" |