diff options
author | Olivier Crête <tester@gentoo.org> | 2009-03-30 05:20:29 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-03-30 05:20:29 +0000 |
commit | 551c54c35e731d3aee37e4abe4e4cc79f260d0ee (patch) | |
tree | 46fc8cf50513c5db8a5d7f6f0fce58514c8dd599 /eclass | |
parent | Version bump (diff) | |
download | historical-551c54c35e731d3aee37e4abe4e4cc79f260d0ee.tar.gz historical-551c54c35e731d3aee37e4abe4e4cc79f260d0ee.tar.bz2 historical-551c54c35e731d3aee37e4abe4e4cc79f260d0ee.zip |
Add missing dep on pkgconfig
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gst-plugins-bad.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass index 643864328356..096f34264df0 100644 --- a/eclass/gst-plugins-bad.eclass +++ b/eclass/gst-plugins-bad.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.14 2009/03/30 04:24:15 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.15 2009/03/30 05:20:29 tester Exp $ # # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> @@ -40,6 +40,7 @@ RDEPEND="=media-libs/gstreamer-0.10* >=dev-libs/liboil-0.3" DEPEND="${RDEPEND} sys-apps/sed + dev-util/pkgconfig sys-devel/gettext" fi S=${WORKDIR}/${MY_P} |