diff options
Diffstat (limited to 'dev-python/gst-python/gst-python-0.10.3.ebuild')
-rw-r--r-- | dev-python/gst-python/gst-python-0.10.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/gst-python/gst-python-0.10.3.ebuild b/dev-python/gst-python/gst-python-0.10.3.ebuild index 4fb88f7dd23b..4e91068825f3 100644 --- a/dev-python/gst-python/gst-python-0.10.3.ebuild +++ b/dev-python/gst-python/gst-python-0.10.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.3.ebuild,v 1.4 2006/04/26 10:34:00 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.3.ebuild,v 1.5 2006/06/06 22:34:13 carlo Exp $ + +NEED_PYTHON=2.3 inherit python @@ -16,8 +18,7 @@ RDEPEND=">=dev-python/pygtk-2.6.3 >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 >=media-libs/gstreamer-0.10.2 - >=media-libs/gst-plugins-base-0.10.1 - >=virtual/python-2.3" + >=media-libs/gst-plugins-base-0.10.1" DEPEND="${RDEPEND} dev-util/pkgconfig |