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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93D51158041 for ; Thu, 21 Mar 2024 07:24:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28114E29AB; Thu, 21 Mar 2024 07:24:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9ECDE29AA for ; Thu, 21 Mar 2024 07:24:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0618342FA3 for ; Thu, 21 Mar 2024 07:24:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4C0C14F1 for ; Thu, 21 Mar 2024 07:24:40 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1711005804.9641aebf3905c80e32c0007b8f45e996fa0276aa.ionen@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.7.1.ebuild X-VCS-Directories: media-video/rav1e/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9641aebf3905c80e32c0007b8f45e996fa0276aa X-VCS-Branch: master Date: Thu, 21 Mar 2024 07:24:40 +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: a82456c3-a949-463c-95fb-57b6e6e6ae3c X-Archives-Hash: 1705df23b1c07b50c7149a4c53be97e5 commit: 9641aebf3905c80e32c0007b8f45e996fa0276aa Author: Ionen Wolkens gentoo org> AuthorDate: Thu Mar 21 07:12:53 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Mar 21 07:23:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9641aebf media-video/rav1e: fix build with >=libgit2-1.8.0 libgit2-sys crate has a upper bound for <1.8.0 and refuses to build otherwise, but not seeing(?) any issues with it. Just a quick emergency fix, will likely be fixed next libgit2-sys version. Kept full version in the sed's path rather than a glob to force re-checking this when the crate is bumped. Alternatively could drop LIBGIT2_NO_VENDOR or set an upper bound in RDEPEND, but does not seem necessary. Note 9999 is still broken albeit hopefully the crate will just be fixed upstream in time. 9999 users could keep old libgit2 meanwhile. Signed-off-by: Ionen Wolkens gentoo.org> media-video/rav1e/rav1e-0.7.1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media-video/rav1e/rav1e-0.7.1.ebuild b/media-video/rav1e/rav1e-0.7.1.ebuild index 306e34120246..23fc76363178 100644 --- a/media-video/rav1e/rav1e-0.7.1.ebuild +++ b/media-video/rav1e/rav1e-0.7.1.ebuild @@ -281,6 +281,14 @@ src_unpack() { fi } +src_prepare() { + default + + # libgit2-sys unnecessarily(?) requests