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 56759138359 for ; Fri, 10 Jul 2020 12:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EDDEE0819; Fri, 10 Jul 2020 12:30:50 +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 65DB4E0819 for ; Fri, 10 Jul 2020 12:30:50 +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 09BEF34ED45 for ; Fri, 10 Jul 2020 12:30:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D6EC233 for ; Fri, 10 Jul 2020 12:30:43 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1594384239.8a9dc81aba76afb3c96d2288b82c3169121cb3a8.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/rav1e/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/rav1e/rav1e-0.3.3.ebuild media-video/rav1e/rav1e-9999.ebuild X-VCS-Directories: media-video/rav1e/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8a9dc81aba76afb3c96d2288b82c3169121cb3a8 X-VCS-Branch: master Date: Fri, 10 Jul 2020 12:30:43 +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: 554aeed2-629b-41d8-81a3-0e01334b8b82 X-Archives-Hash: a550e306768c86ea3d6e4892cd0a39c1 commit: 8a9dc81aba76afb3c96d2288b82c3169121cb3a8 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jul 10 12:30:13 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jul 10 12:30:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9dc81a media-video/rav1e: remove KEYWORDS for live ebuild Tools like ekeyword will only add keywords to first KEYWORDS variable. Therefore live ebuilds shouldn't even have empty KEYWORDS variable. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann gentoo.org> media-video/rav1e/rav1e-0.3.3.ebuild | 2 -- media-video/rav1e/rav1e-9999.ebuild | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/media-video/rav1e/rav1e-0.3.3.ebuild b/media-video/rav1e/rav1e-0.3.3.ebuild index d678a52511c..6cf0e1806c2 100644 --- a/media-video/rav1e/rav1e-0.3.3.ebuild +++ b/media-video/rav1e/rav1e-0.3.3.ebuild @@ -174,8 +174,6 @@ inherit cargo if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/xiph/rav1e.git" inherit git-r3 - SRC_URI="" - KEYWORDS="~arm64" else SRC_URI=" https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> ${P}.tar.gz diff --git a/media-video/rav1e/rav1e-9999.ebuild b/media-video/rav1e/rav1e-9999.ebuild index 536a25b8d5e..015cbf7fbff 100644 --- a/media-video/rav1e/rav1e-9999.ebuild +++ b/media-video/rav1e/rav1e-9999.ebuild @@ -10,14 +10,12 @@ inherit cargo if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/xiph/rav1e.git" inherit git-r3 - SRC_URI="" - KEYWORDS="" else SRC_URI=" https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES}) " - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi DESCRIPTION="The fastest and safest AV1 encoder"