diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-01-31 00:17:33 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-01-31 00:17:33 +0000 |
commit | 48d6f3460503c5ad6311e7e4a9bfcdc19a72d4dc (patch) | |
tree | 0f8c32c0e909e408a28f63dafbba86b05768f4c4 /media-video/ffmpeg/ffmpeg-0.10.ebuild | |
parent | Keyword on ~x86 wrt bug 392269 (diff) | |
download | historical-48d6f3460503c5ad6311e7e4a9bfcdc19a72d4dc.tar.gz historical-48d6f3460503c5ad6311e7e4a9bfcdc19a72d4dc.tar.bz2 historical-48d6f3460503c5ad6311e7e4a9bfcdc19a72d4dc.zip |
Keyword on ~x86 wrt bug 392269
Package-Manager: portage-2.2.0_alpha84/cvs/Linux i686
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-0.10.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-0.10.ebuild b/media-video/ffmpeg/ffmpeg-0.10.ebuild index f8558c3c2760..ad398e5ab5a6 100644 --- a/media-video/ffmpeg/ffmpeg-0.10.ebuild +++ b/media-video/ffmpeg/ffmpeg-0.10.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/ffmpeg/ffmpeg-0.10.ebuild,v 1.1 2012/01/28 12:50:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.ebuild,v 1.2 2012/01/31 00:17:33 jdhore Exp $ EAPI="4" @@ -26,7 +26,7 @@ FFMPEG_REVISION="${PV#*_p}" LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )" SLOT="0" if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86-fbsd" + KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" fi IUSE=" aac aacplus alsa amr ass bindist +bzip2 cdio celt cpudetection debug |