diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-02-09 16:20:42 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-02-09 16:20:42 +0000 |
commit | 8c1dff790300418cd7e2f35a5b9612337c93f3dd (patch) | |
tree | 7619e10f6a2da2e95617414cff3a0ac11c3b6003 /media-video/pitivi/pitivi-0.11.3.ebuild | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-8c1dff790300418cd7e2f35a5b9612337c93f3dd.tar.gz gentoo-2-8c1dff790300418cd7e2f35a5b9612337c93f3dd.tar.bz2 gentoo-2-8c1dff790300418cd7e2f35a5b9612337c93f3dd.zip |
pitivi needs setuptools at runtime
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-video/pitivi/pitivi-0.11.3.ebuild')
-rw-r--r-- | media-video/pitivi/pitivi-0.11.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/pitivi/pitivi-0.11.3.ebuild b/media-video/pitivi/pitivi-0.11.3.ebuild index 1dc62f5d74c2..ec08a1863301 100644 --- a/media-video/pitivi/pitivi-0.11.3.ebuild +++ b/media-video/pitivi/pitivi-0.11.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v 1.1 2008/12/14 22:58:55 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v 1.2 2009/02/09 16:20:42 hanno Exp $ inherit gnome2 python @@ -25,7 +25,8 @@ RDEPEND=">=media-libs/gstreamer-0.10.4 >=media-plugins/gst-plugins-xvideo-0.10.0 >=media-plugins/gst-plugins-libpng-0.10.0 net-zope/zopeinterface - dev-python/pygoocanvas" + dev-python/pygoocanvas + dev-python/setuptools" DEPEND="${RDEPEND} >=dev-util/intltool-0.35.5" |