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 B2255158041 for ; Fri, 12 Apr 2024 16:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC247E2A06; Fri, 12 Apr 2024 16:42:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CA845E2A06 for ; Fri, 12 Apr 2024 16:42:14 +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 0596434301F for ; Fri, 12 Apr 2024 16:42:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6344316B3 for ; Fri, 12 Apr 2024 16:42:12 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1712940104.00edc977a6752b74387203b57b99a640fce3f48f.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/biber/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/biber/biber-2.19.ebuild X-VCS-Directories: dev-tex/biber/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 00edc977a6752b74387203b57b99a640fce3f48f X-VCS-Branch: master Date: Fri, 12 Apr 2024 16:42:12 +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: dcc668ff-c626-4b49-a17b-16b4ac135a78 X-Archives-Hash: 182620d6b73283cdb510890b1b18002f commit: 00edc977a6752b74387203b57b99a640fce3f48f Author: Florian Schmaus gentoo org> AuthorDate: Fri Apr 12 16:38:08 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Apr 12 16:41:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00edc977 dev-tex/biber: fix eapply Thanks to Viktor Yu. Kovalskii for reporting this. Closes: https://bugs.gentoo.org/911912 Signed-off-by: Florian Schmaus gentoo.org> dev-tex/biber/biber-2.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/biber/biber-2.19.ebuild b/dev-tex/biber/biber-2.19.ebuild index fad7f1ebf056..63522441bb0c 100644 --- a/dev-tex/biber/biber-2.19.ebuild +++ b/dev-tex/biber/biber-2.19.ebuild @@ -77,7 +77,7 @@ mydoc="doc/biber.tex" src_prepare() { #disable 64-bit only Tests on non 64-bit archs - use amd64 || use arm64 || eapply "${FILESDIR}/${P}-disable-64bit-only-tests.patch" + use amd64 || use arm64 || eapply "${FILESDIR}/${PN}-2.16-disable-64bit-only-tests.patch" default }