diff options
Diffstat (limited to 'media-video/x264-encoder/x264-encoder-0.0.20111220.ebuild')
-rw-r--r-- | media-video/x264-encoder/x264-encoder-0.0.20111220.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20111220.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20111220.ebuild index 1924de5c67cf..9feb123e1e1d 100644 --- a/media-video/x264-encoder/x264-encoder-0.0.20111220.ebuild +++ b/media-video/x264-encoder/x264-encoder-0.0.20111220.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-0.0.20111220.ebuild,v 1.3 2012/04/12 12:17:12 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-0.0.20111220.ebuild,v 1.4 2012/05/05 08:58:56 jdhore Exp $ EAPI=4 @@ -43,7 +43,7 @@ DEPEND="${RDEPEND} amd64? ( >=dev-lang/yasm-0.6.2 ) x86? ( >=dev-lang/yasm-0.6.2 ) x86-fbsd? ( >=dev-lang/yasm-0.6.2 ) - dev-util/pkgconfig" + virtual/pkgconfig" if [ "${PV#9999}" = "${PV}" ] ; then S=${WORKDIR}/${MY_P} |