summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-04-12 18:38:08 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-04-12 18:41:44 +0200
commit00edc977a6752b74387203b57b99a640fce3f48f (patch)
treeefc9487dbb11a523d03c710f846c599a115cde96 /dev-tex
parentapp-containers/docker-compose: add 2.26.1 (diff)
downloadgentoo-00edc977a6752b74387203b57b99a640fce3f48f.tar.gz
gentoo-00edc977a6752b74387203b57b99a640fce3f48f.tar.bz2
gentoo-00edc977a6752b74387203b57b99a640fce3f48f.zip
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@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/biber/biber-2.19.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}