diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-12-05 17:07:17 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-12-05 17:07:17 +0000 |
commit | cee63e455e8d9c8f00d1b99a891fd0c38d3ac3ae (patch) | |
tree | 19aa2f276217b5f32048cbe08963439f58bbb7d3 /eclass | |
parent | New ebuild. (diff) | |
download | gentoo-2-cee63e455e8d9c8f00d1b99a891fd0c38d3ac3ae.tar.gz gentoo-2-cee63e455e8d9c8f00d1b99a891fd0c38d3ac3ae.tar.bz2 gentoo-2-cee63e455e8d9c8f00d1b99a891fd0c38d3ac3ae.zip |
Fix invalid atoms.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gst-plugins-good.eclass | 4 | ||||
-rw-r--r-- | eclass/gst-plugins-ugly.eclass | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass index 0876fd43cfdb..4eaa984146d8 100644 --- a/eclass/gst-plugins-good.eclass +++ b/eclass/gst-plugins-good.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.1 2005/12/02 22:19:58 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.2 2005/12/05 17:07:17 swegener Exp $ # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> @@ -33,7 +33,7 @@ SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-good/${MY_P}.tar.bz2" S=${WORKDIR}/${MY_P} -RDEPEND=">=media-libs/gst-plugins-base-0.9*" +RDEPEND=">=media-libs/gst-plugins-base-0.9" DEPEND="${RDEPEND} >=sys-apps/sed-4" diff --git a/eclass/gst-plugins-ugly.eclass b/eclass/gst-plugins-ugly.eclass index 0f16151cffc3..a39076371b36 100644 --- a/eclass/gst-plugins-ugly.eclass +++ b/eclass/gst-plugins-ugly.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.2 2005/12/04 13:04:53 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.3 2005/12/05 17:07:17 swegener Exp $ # Author : foser <foser@gentoo.org> @@ -33,7 +33,7 @@ SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/${MY_P}.tar.bz2" S=${WORKDIR}/${MY_P} -RDEPEND=">=media-libs/gst-plugins-base-0.9*" +RDEPEND=">=media-libs/gst-plugins-base-0.9" DEPEND="${RDEPEND} >=sys-apps/sed-4" |