diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-09-01 16:46:28 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2006-09-01 16:46:28 +0000 |
commit | 32d7d2a66182f4ca91a22b7bf2cd232a3da03c13 (patch) | |
tree | f2ff0172f9ec192156f85dcaf555b6108fa8c142 /eclass/gst-plugins-ugly.eclass | |
parent | Keywording ~amd64 (diff) | |
download | gentoo-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.eclass | 5 |
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 ### |