diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-02 18:31:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-02 18:31:45 +0000 |
commit | 7dec0ddc022ad4d74a1f10c0f17309a033c6a42c (patch) | |
tree | 16c51155ee107cde253f5bbf31cfb696089cd0dd /eclass/gst-plugins-good.eclass | |
parent | add live-ebuild (diff) | |
download | historical-7dec0ddc022ad4d74a1f10c0f17309a033c6a42c.tar.gz historical-7dec0ddc022ad4d74a1f10c0f17309a033c6a42c.tar.bz2 historical-7dec0ddc022ad4d74a1f10c0f17309a033c6a42c.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Diffstat (limited to 'eclass/gst-plugins-good.eclass')
-rw-r--r-- | eclass/gst-plugins-good.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass index 2848c8453d4f..291518deee85 100644 --- a/eclass/gst-plugins-good.eclass +++ b/eclass/gst-plugins-good.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.26 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.27 2012/05/02 18:31:42 jdhore Exp $ # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> @@ -58,7 +58,7 @@ if [ "${PN}" != "${MY_PN}" ]; then RDEPEND="=media-libs/gst-plugins-base-0.10*" DEPEND="${RDEPEND} >=sys-apps/sed-4 - dev-util/pkgconfig" + virtual/pkgconfig" # -good-0.10.24 uses orc optionally instead of liboil unconditionally. # While <0.10.24 configure always checks for liboil, it is linked to only by non-split |