diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-01-30 18:42:27 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-01-30 18:43:00 +0100 |
commit | affc79735b2198f4a9792a750efc03d6dfc734e0 (patch) | |
tree | 2d29197871fbd73394ed63fd9e9b962e28b90e54 /media-video | |
parent | x11-wm/awesome: version bump, fixes upstream keybinding bug in 3.5.7. (diff) | |
download | gentoo-affc79735b2198f4a9792a750efc03d6dfc734e0.tar.gz gentoo-affc79735b2198f4a9792a750efc03d6dfc734e0.tar.bz2 gentoo-affc79735b2198f4a9792a750efc03d6dfc734e0.zip |
media-video/ffmpeg: add alpha keyword
Gentoo-Bug: 571868
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-2.8.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-2.8.5.ebuild b/media-video/ffmpeg/ffmpeg-2.8.5.ebuild index 496937b074b4..83841478314b 100644 --- a/media-video/ffmpeg/ffmpeg-2.8.5.ebuild +++ b/media-video/ffmpeg/ffmpeg-2.8.5.ebuild @@ -55,7 +55,7 @@ LICENSE=" samba? ( GPL-3 ) " if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~alpha amd64 ~arm hppa ~mips ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 ~arm hppa ~mips ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi # Options to use as use_enable in the foo[:bar] form. |