diff options
Diffstat (limited to 'media-video/x264-encoder/x264-encoder-0.0.20110825-r1.ebuild')
-rw-r--r-- | media-video/x264-encoder/x264-encoder-0.0.20110825-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20110825-r1.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20110825-r1.ebuild index 74122f0bd673..46b811c4808d 100644 --- a/media-video/x264-encoder/x264-encoder-0.0.20110825-r1.ebuild +++ b/media-video/x264-encoder/x264-encoder-0.0.20110825-r1.ebuild @@ -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/media-video/x264-encoder/x264-encoder-0.0.20110825-r1.ebuild,v 1.1 2011/09/07 23:47:21 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-0.0.20110825-r1.ebuild,v 1.2 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} |