commit:     00edc977a6752b74387203b57b99a640fce3f48f
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 16:38:08 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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
 }

Reply via email to