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 E81FC1395E8 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 182BC21C09B; Sun, 5 Feb 2017 11:59:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E9F9921C09B for ; Sun, 5 Feb 2017 11:59:34 +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 D620534162D 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 12CE43DA2 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: <1486295677.d8ca7f2e6f1714e7a688c08b1505a505d6aee63b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openh264/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openh264/openh264-1.5.0.ebuild X-VCS-Directories: media-libs/openh264/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d8ca7f2e6f1714e7a688c08b1505a505d6aee63b 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: fe60b314-1be2-4c34-8b0e-9025722f15a7 X-Archives-Hash: c58680f5e7a89bebbe0d8e878a3c6a71 commit: d8ca7f2e6f1714e7a688c08b1505a505d6aee63b Author: Jeroen Roovers gentoo org> AuthorDate: Sun Feb 5 11:54:37 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Feb 5 11:54:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ca7f2e media-libs/openh264: Mark ~hppa (bug #574786). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches media-libs/openh264/openh264-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/openh264/openh264-1.5.0.ebuild b/media-libs/openh264/openh264-1.5.0.ebuild index b762907..8fa159a 100644 --- a/media-libs/openh264/openh264-1.5.0.ebuild +++ b/media-libs/openh264/openh264-1.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/mozilla/gmp-api/archive/Firefox${MOZVER}.tar.gz -> gmp-api-Firefox${MOZVER}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="+plugin utils" RESTRICT="bindist"