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 0D06C138334 for ; Mon, 22 Jul 2019 00:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33D6DE0880; Mon, 22 Jul 2019 00:05:32 +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 17C5CE0880 for ; Mon, 22 Jul 2019 00:05:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 14C8A34844A for ; Mon, 22 Jul 2019 00:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B25E0720 for ; Mon, 22 Jul 2019 00:05:29 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1563753922.7513fbd579be9a9194e7e2d0308dee73464e8830.bman@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: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 7513fbd579be9a9194e7e2d0308dee73464e8830 X-VCS-Branch: master Date: Mon, 22 Jul 2019 00:05:29 +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: 080b17af-ab02-4659-b21a-cfea9cf4c710 X-Archives-Hash: 84911ee27badac0056cf546b573adddd commit: 7513fbd579be9a9194e7e2d0308dee73464e8830 Author: Aaron Bauman gentoo org> AuthorDate: Mon Jul 22 00:04:17 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jul 22 00:05:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7513fbd5 media-libs/dav1d: arm64 stable (bug #688642) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64" 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 10b1ef1a554..e6441b472e7 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 ~ppc ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86" SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2" fi