diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-22 19:08:25 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-22 19:08:25 +0000 |
commit | e4ee7410b7e0f57a2f94530eef9bb97438983246 (patch) | |
tree | e04071a4b69f53e0ad43e6ec34336851ca18d890 /media-video/ffmpeg/ffmpeg-9999.ebuild | |
parent | Add ~arm-linux keyword. (diff) | |
download | historical-e4ee7410b7e0f57a2f94530eef9bb97438983246.tar.gz historical-e4ee7410b7e0f57a2f94530eef9bb97438983246.tar.bz2 historical-e4ee7410b7e0f57a2f94530eef9bb97438983246.zip |
Add ~arm-linux keywords.
Package-Manager: portage-2.2.0_alpha163_p9/cvs/Linux i686
Manifest-Sign-Key: 0xFDE8EF85AE5719A3
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-9999.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 64957889d8a5..dc98deea08a2 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.115 2013/02/19 22:05:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.116 2013/02/22 19:08:22 zmedico 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi IUSE=" aac aacplus alsa amr avresample bindist bluray +bzip2 cdio celt |