Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Sat, 28 Apr 2018 17:40:24
Message-Id: 1524937210.c63c4f224afbdf7994c7c9db372de91934937a3e.slyfox@gentoo
1 commit: c63c4f224afbdf7994c7c9db372de91934937a3e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 17:40:10 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 17:40:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63c4f22
7
8 media-video/ffmpeg: keyworded 4.0 for ia64, bug #653676
9
10 Bug: https://bugs.gentoo.org/653676
11 Package-Manager: Portage-2.3.31, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ia64"
13
14 media-video/ffmpeg/ffmpeg-4.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-video/ffmpeg/ffmpeg-4.0.ebuild b/media-video/ffmpeg/ffmpeg-4.0.ebuild
18 index 480732eac83..1efef573287 100644
19 --- a/media-video/ffmpeg/ffmpeg-4.0.ebuild
20 +++ b/media-video/ffmpeg/ffmpeg-4.0.ebuild
21 @@ -55,7 +55,7 @@ LICENSE="
22 samba? ( GPL-3 )
23 "
24 if [ "${PV#9999}" = "${PV}" ] ; then
25 - KEYWORDS="~amd64 ~mips ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
26 + KEYWORDS="~amd64 ~ia64 ~mips ~x86-fbsd ~amd64-linux ~arm-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.