diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-03-19 13:19:09 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-03-19 13:19:09 +0000 |
commit | 8919cd2e578bf21f9245d66b79c07def61e447fc (patch) | |
tree | 64083aa2fa608b2d769c18517bdb18b6ad67a8e6 /eclass/gst-plugins.eclass | |
parent | dep fix (Manifest recommit) (diff) | |
download | gentoo-2-8919cd2e578bf21f9245d66b79c07def61e447fc.tar.gz gentoo-2-8919cd2e578bf21f9245d66b79c07def61e447fc.tar.bz2 gentoo-2-8919cd2e578bf21f9245d66b79c07def61e447fc.zip |
add category to plugins dep
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 |