summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerm@gentoo.org>2006-09-01 16:46:28 +0000
committerZaheer Abbas Merali <zaheerm@gentoo.org>2006-09-01 16:46:28 +0000
commit32d7d2a66182f4ca91a22b7bf2cd232a3da03c13 (patch)
treef2ff0172f9ec192156f85dcaf555b6108fa8c142 /eclass/gst-plugins-ugly.eclass
parentKeywording ~amd64 (diff)
downloadgentoo-2-32d7d2a66182f4ca91a22b7bf2cd232a3da03c13.tar.gz
gentoo-2-32d7d2a66182f4ca91a22b7bf2cd232a3da03c13.tar.bz2
gentoo-2-32d7d2a66182f4ca91a22b7bf2cd232a3da03c13.zip
Fix bug #59202
Diffstat (limited to 'eclass/gst-plugins-ugly.eclass')
-rw-r--r--eclass/gst-plugins-ugly.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gst-plugins-ugly.eclass b/eclass/gst-plugins-ugly.eclass
index aef76f91bef1..3ceda1bcd5f2 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.6 2006/02/27 11:14:53 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.7 2006/09/01 16:46:28 zaheerm Exp $
# Author : foser <foser@gentoo.org>
@@ -38,7 +38,8 @@ S=${WORKDIR}/${MY_P}
if [ "${PN}" != "${MY_PN}" ]; then
RDEPEND="=media-libs/gst-plugins-base-0.10*"
DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
+ >=sys-apps/sed-4
+ dev-util/pkgconfig"
fi
###