diff options
Diffstat (limited to 'media-video/x264-encoder/x264-encoder-0.0.20111017.ebuild')
-rw-r--r-- | media-video/x264-encoder/x264-encoder-0.0.20111017.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20111017.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20111017.ebuild index 227515027570..ba504306750a 100644 --- a/media-video/x264-encoder/x264-encoder-0.0.20111017.ebuild +++ b/media-video/x264-encoder/x264-encoder-0.0.20111017.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.20111017.ebuild,v 1.1 2011/10/19 16:40:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-0.0.20111017.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} |