From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1320476-garchives=archives.gentoo.org@lists.gentoo.org>
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 9ACB1158092
	for <garchives@archives.gentoo.org>; Sun, 12 Sep 2021 22:57:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 05D7EE083D;
	Sun, 12 Sep 2021 22:57:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 593DFE0839
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Sep 2021 22:57:45 +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 384E8342DE0
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Sep 2021 22:57:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C95FAB0
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Sep 2021 22:57:42 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1631486807.e63ff5082f221a89055f578857c5c2650b174cd7.sam@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.4.1-r1.ebuild media-video/rav1e/rav1e-0.4.1.ebuild
X-VCS-Directories: media-video/rav1e/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e63ff5082f221a89055f578857c5c2650b174cd7
X-VCS-Branch: master
Date: Sun, 12 Sep 2021 22:57:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: be41f685-af77-4fae-a947-e03075dc2d0f
X-Archives-Hash: 81f30ae7d2cb1baa1fbb4eb8a8087b1b

commit:     e63ff5082f221a89055f578857c5c2650b174cd7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 12 22:46:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 22:46:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63ff508

media-video/rav1e: restore old revision w/ static-libs for now

Just in case of unexpected consumers.

See: https://github.com/gentoo/gentoo/pull/22089
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/rav1e/rav1e-0.4.1-r1.ebuild                         | 2 +-
 media-video/rav1e/{rav1e-0.4.1-r1.ebuild => rav1e-0.4.1.ebuild} | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/media-video/rav1e/rav1e-0.4.1-r1.ebuild b/media-video/rav1e/rav1e-0.4.1-r1.ebuild
index eb92504be85..473edb5e1c4 100644
--- a/media-video/rav1e/rav1e-0.4.1-r1.ebuild
+++ b/media-video/rav1e/rav1e-0.4.1-r1.ebuild
@@ -272,7 +272,7 @@ else
 		https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> ${P}.tar.gz
 		$(cargo_crate_uris ${CRATES})
 		"
-	KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="The fastest and safest AV1 encoder"

diff --git a/media-video/rav1e/rav1e-0.4.1-r1.ebuild b/media-video/rav1e/rav1e-0.4.1.ebuild
similarity index 99%
copy from media-video/rav1e/rav1e-0.4.1-r1.ebuild
copy to media-video/rav1e/rav1e-0.4.1.ebuild
index eb92504be85..28899deacae 100644
--- a/media-video/rav1e/rav1e-0.4.1-r1.ebuild
+++ b/media-video/rav1e/rav1e-0.4.1.ebuild
@@ -309,7 +309,6 @@ src_compile() {
 	if use capi; then
 		cargo cbuild ${args} --target-dir="capi" \
 			--prefix="/usr" --libdir="/usr/$(get_libdir)" \
-			--library-type=cdylib \
 			|| die "cargo cbuild failed"
 	fi
 }
@@ -321,7 +320,6 @@ src_install() {
 	if use capi; then
 		cargo cinstall $args --target-dir="capi" \
 			--prefix="/usr" --libdir="/usr/$(get_libdir)" --destdir="${ED}" \
-			--library-type=cdylib \
 			|| die "cargo cinstall failed"
 	fi