diff options
author | Hanno Boeck <hanno@gentoo.org> | 2009-02-09 16:20:42 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2009-02-09 16:20:42 +0000 |
commit | 11ddedd4f774e5a4378ccc4d2294589b5480e6a6 (patch) | |
tree | da49e34c1359f0335ff026d8060bba3135c09d2a /media-video/pitivi/pitivi-0.11.3.ebuild | |
parent | Stable for HPPA too. (diff) | |
download | historical-11ddedd4f774e5a4378ccc4d2294589b5480e6a6.tar.gz historical-11ddedd4f774e5a4378ccc4d2294589b5480e6a6.tar.bz2 historical-11ddedd4f774e5a4378ccc4d2294589b5480e6a6.zip |
pitivi needs setuptools at runtime
Package-Manager: portage-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" |