diff options
Diffstat (limited to 'eclass/gst-plugins.eclass')
-rw-r--r-- | eclass/gst-plugins.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass index 19d86e6237e5..be020c4b89d6 100644 --- a/eclass/gst-plugins.eclass +++ b/eclass/gst-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.5 2004/01/09 02:19:04 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.6 2004/03/19 13:19:09 foser Exp $ # Author : foser <foser@gentoo.org> @@ -55,7 +55,7 @@ SLOT=${PV_MAJ_MIN} S=${WORKDIR}/${MY_P} -newdepend "=${MY_P}*" ">=sys-apps/sed-4" +newdepend "=media-libs/${MY_P}*" ">=sys-apps/sed-4" # # internal functions |