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 9B46D139085 for ; Sun, 5 Feb 2017 11:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA13521C039; Sun, 5 Feb 2017 11:59:34 +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 834AA21C039 for ; Sun, 5 Feb 2017 11:59:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9D8D13412CB for ; Sun, 5 Feb 2017 11:59:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37F7C3DC7 for ; Sun, 5 Feb 2017 11:59:32 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1486295949.5d3ed7c98867f1d3572c8cc9869527af2b5a19a6.jer@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.2.2.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5d3ed7c98867f1d3572c8cc9869527af2b5a19a6 X-VCS-Branch: master Date: Sun, 5 Feb 2017 11:59:32 +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: 8410a9b0-ca14-46da-a888-4e80a47841e9 X-Archives-Hash: 72b5477212f28e16ecb5c616ec75d40e commit: 5d3ed7c98867f1d3572c8cc9869527af2b5a19a6 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Feb 5 11:59:09 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Feb 5 11:59:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3ed7c9 media-video/ffmpeg: Mark ~hppa (bug #574786). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches media-video/ffmpeg/ffmpeg-3.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffmpeg/ffmpeg-3.2.2.ebuild b/media-video/ffmpeg/ffmpeg-3.2.2.ebuild index 57f65e2..0bd671e 100644 --- a/media-video/ffmpeg/ffmpeg-3.2.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-3.2.2.ebuild @@ -55,7 +55,7 @@ LICENSE=" samba? ( GPL-3 ) " if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~amd64 ~hppa ~mips ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi # Options to use as use_enable in the foo[:bar] form.