From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 127F4138DB0 for ; Sat, 15 Oct 2016 10:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEA92E0A84; Sat, 15 Oct 2016 10:25:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5E5FE0A84 for ; Sat, 15 Oct 2016 10:25:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A73C5341134 for ; Sat, 15 Oct 2016 10:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6FBE2FC for ; Sat, 15 Oct 2016 10:25:37 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1476527134.9c1809784b570b95ce99a70535b8dc54492bb1b7.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-3.1.4.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9c1809784b570b95ce99a70535b8dc54492bb1b7 X-VCS-Branch: master Date: Sat, 15 Oct 2016 10:25:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a5d9073-ce88-4930-9580-a8a8a87b5ab6 X-Archives-Hash: e10b34c284860499863d08ca7ca9667b commit: 9c1809784b570b95ce99a70535b8dc54492bb1b7 Author: Alexis Ballier gentoo org> AuthorDate: Sat Oct 15 10:25:25 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Oct 15 10:25:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c180978 media-video/ffmpeg: drop keywords for arches with missing deps on 3.1.x Package-Manager: portage-2.3.2 media-video/ffmpeg/ffmpeg-3.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffmpeg/ffmpeg-3.1.4.ebuild b/media-video/ffmpeg/ffmpeg-3.1.4.ebuild index 03b2cf4..07a795f 100644 --- a/media-video/ffmpeg/ffmpeg-3.1.4.ebuild +++ b/media-video/ffmpeg/ffmpeg-3.1.4.ebuild @@ -55,7 +55,7 @@ LICENSE=" samba? ( GPL-3 ) " if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~amd64 ~mips ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi # Options to use as use_enable in the foo[:bar] form.