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 B432F138335 for ; Sat, 24 Nov 2018 12:33:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69B5DE08D6; Sat, 24 Nov 2018 12:33:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3AB2DE08D6 for ; Sat, 24 Nov 2018 12:33:48 +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 4D1DB335D12 for ; Sat, 24 Nov 2018 12:33:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD3224B5 for ; Sat, 24 Nov 2018 12:33:44 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1543062812.836c7ababe188a286d417cd5ae7a3199caa13723.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/libaom-1.0.0-r1.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 836c7ababe188a286d417cd5ae7a3199caa13723 X-VCS-Branch: master Date: Sat, 24 Nov 2018 12:33:44 +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: 0d916ad6-def5-4caa-bfb6-feef60006c9c X-Archives-Hash: a72b31e19b096c2f34c108719e156a9f commit: 836c7ababe188a286d417cd5ae7a3199caa13723 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 24 11:39:07 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 24 12:33:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836c7aba media-libs/libaom: keyworded 1.0.0-r1 for ppc, bug #653676 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/libaom/libaom-1.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libaom/libaom-1.0.0-r1.ebuild b/media-libs/libaom/libaom-1.0.0-r1.ebuild index 1fc265f2b28..090dd450594 100644 --- a/media-libs/libaom/libaom-1.0.0-r1.ebuild +++ b/media-libs/libaom/libaom-1.0.0-r1.ebuild @@ -16,7 +16,7 @@ else SRC_URI="mirror://gentoo/${P}.tar.gz" S="${WORKDIR}" fi - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86" + KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86" fi DESCRIPTION="Alliance for Open Media AV1 Codec SDK"