Skip to content

Commit

Permalink
dev-tex/biber: fix eapply
Browse files Browse the repository at this point in the history
Thanks to Viktor Yu. Kovalskii for reporting this.

Closes: https://bugs.gentoo.org/911912
Signed-off-by: Florian Schmaus <[email protected]>
  • Loading branch information
Flowdalic committed Apr 12, 2024
1 parent 1eea9a8 commit 00edc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tex/biber/biber-2.19.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 00edc97

Please sign in to comment.