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 D4106139694 for ; Fri, 28 Jul 2017 14:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 161B5E0DA3; Fri, 28 Jul 2017 14:54:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E903BE0DA3 for ; Fri, 28 Jul 2017 14:54:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D71F03419E6 for ; Fri, 28 Jul 2017 14:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F81B74B2 for ; Fri, 28 Jul 2017 14:54:21 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1501253653.3692ef16601bebdf1d5575e91b88d63ac1a7723f.ago@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.7.0.ebuild X-VCS-Directories: media-libs/openh264/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 3692ef16601bebdf1d5575e91b88d63ac1a7723f X-VCS-Branch: master Date: Fri, 28 Jul 2017 14:54:21 +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: 322c9267-b04e-4fc0-8b88-91466871ce87 X-Archives-Hash: d8ca5229de29663720382a032c364bd1 commit: 3692ef16601bebdf1d5575e91b88d63ac1a7723f Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jul 28 14:54:13 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jul 28 14:54:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3692ef16 media-libs/openh264: amd64 stable wrt bug #604420 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/openh264/openh264-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/openh264/openh264-1.7.0.ebuild b/media-libs/openh264/openh264-1.7.0.ebuild index eba083986ef..df9f74f2f81 100644 --- a/media-libs/openh264/openh264-1.7.0.ebuild +++ b/media-libs/openh264/openh264-1.7.0.ebuild @@ -12,7 +12,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="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86" IUSE="+plugin utils" RESTRICT="bindist"