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 C9BCF13933E for ; Mon, 2 Aug 2021 16:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2D37E092D; Mon, 2 Aug 2021 16:42:55 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEF95E092D for ; Mon, 2 Aug 2021 16:42:55 +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 384E9343C7E for ; Mon, 2 Aug 2021 16:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C42A9857 for ; Mon, 2 Aug 2021 16:42:52 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1627922561.5cafbfed7e0b14a21fb9c1ebbae9f7c42de4490a.marecki@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.ebuild X-VCS-Directories: media-video/rav1e/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5cafbfed7e0b14a21fb9c1ebbae9f7c42de4490a X-VCS-Branch: master Date: Mon, 2 Aug 2021 16:42:52 +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: 88a044b1-907e-45c1-b122-d877197a306c X-Archives-Hash: 5d209ff62375add2cbeb19e038e18b3b commit: 5cafbfed7e0b14a21fb9c1ebbae9f7c42de4490a Author: Marek Szuba gentoo org> AuthorDate: Mon Aug 2 15:16:22 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Aug 2 16:42:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cafbfed media-video/rav1e: keyword 0.4.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> media-video/rav1e/rav1e-0.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/rav1e/rav1e-0.4.1.ebuild b/media-video/rav1e/rav1e-0.4.1.ebuild index daec6bb06fa..28899deacae 100644 --- a/media-video/rav1e/rav1e-0.4.1.ebuild +++ b/media-video/rav1e/rav1e-0.4.1.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 x86" + KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" fi DESCRIPTION="The fastest and safest AV1 encoder" @@ -319,7 +319,7 @@ src_install() { if use capi; then cargo cinstall $args --target-dir="capi" \ - --prefix="/usr" --libdir="/usr/$(get_libdir)" --destdir="${ED%/}" \ + --prefix="/usr" --libdir="/usr/$(get_libdir)" --destdir="${ED}" \ || die "cargo cinstall failed" fi