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 11EF1138334 for ; Sun, 21 Jul 2019 08:21:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58C27E0827; Sun, 21 Jul 2019 08:21:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3F15BE0827 for ; Sun, 21 Jul 2019 08:21:49 +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 2B52B3482BF for ; Sun, 21 Jul 2019 08:21:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 901AD2A5 for ; Sun, 21 Jul 2019 08:21:46 +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: <1563697298.dce2753014df7a64555b22db55a9f60bfecc8b59.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/dav1d/dav1d-0.3.1.ebuild X-VCS-Directories: media-libs/dav1d/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: dce2753014df7a64555b22db55a9f60bfecc8b59 X-VCS-Branch: master Date: Sun, 21 Jul 2019 08:21:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e800f4c-0918-4074-9374-7cdd5c48c79c X-Archives-Hash: 14ed1825236936d9aacbc850e6386c74 commit: dce2753014df7a64555b22db55a9f60bfecc8b59 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 21 08:21:38 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 21 08:21:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce27530 media-libs/dav1d: keyworded 0.3.1 for ppc, bug #689856 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/dav1d/dav1d-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/dav1d/dav1d-0.3.1.ebuild b/media-libs/dav1d/dav1d-0.3.1.ebuild index e706c77f900..10b1ef1a554 100644 --- a/media-libs/dav1d/dav1d-0.3.1.ebuild +++ b/media-libs/dav1d/dav1d-0.3.1.ebuild @@ -8,7 +8,7 @@ if [[ "${PV}" == "9999" ]]; then SCM="git-r3" EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d" else - KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2" fi