Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Tue, 19 Feb 2019 13:24:30
Message-Id: 1550582660.c1e0d54a57e84735da757f4ac8d0c1ba0f0a946c.aballier@gentoo
1 commit: c1e0d54a57e84735da757f4ac8d0c1ba0f0a946c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 13:23:46 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 13:24:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e0d54a
7
8 media-video/ffmpeg: keyword ~arm64
9
10 Package-Manager: Portage-2.3.61, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 media-video/ffmpeg/ffmpeg-4.1.1.ebuild | 2 +-
14 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-video/ffmpeg/ffmpeg-4.1.1.ebuild b/media-video/ffmpeg/ffmpeg-4.1.1.ebuild
18 index 69b952d3d41..e83dfb43727 100644
19 --- a/media-video/ffmpeg/ffmpeg-4.1.1.ebuild
20 +++ b/media-video/ffmpeg/ffmpeg-4.1.1.ebuild
21 @@ -55,7 +55,7 @@ LICENSE="
22 samba? ( GPL-3 )
23 "
24 if [ "${PV#9999}" = "${PV}" ] ; then
25 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
26 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
27 fi
28
29 # Options to use as use_enable in the foo[:bar] form.
30
31 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
32 index 38f74dcbe5d..855682dc540 100644
33 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
34 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
35 @@ -55,7 +55,7 @@ LICENSE="
36 samba? ( GPL-3 )
37 "
38 if [ "${PV#9999}" = "${PV}" ] ; then
39 - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
40 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
41 fi
42
43 # Options to use as use_enable in the foo[:bar] form.