From 44edb786c8e202e9d32e9928ade77903793fe097 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sun, 11 Apr 2004 05:46:09 +0000 Subject: Apply patch from bug #25013 to replace calls to newdepend and newrdepend with variable setting (DEPEND=, RDEPEND=). --- eclass/gst-plugins.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eclass/gst-plugins.eclass') diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass index 668c0a458637..1bc4035ad194 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.11 2004/03/29 15:36:16 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.12 2004/04/11 05:46:09 mr_bones_ Exp $ # Author : foser @@ -55,7 +55,8 @@ SLOT=${PV_MAJ_MIN} S=${WORKDIR}/${MY_P} -newdepend "=media-libs/${MY_P}*" ">=sys-apps/sed-4" +DEPEND="=media-libs/${MY_P}* + >=sys-apps/sed-4" ### # internal functions -- cgit v1.2.3-65-gdbad