Diff biber-2.16 with a biber-2.16-r1

/usr/portage/dev-tex/biber/biber-2.16-r1.ebuild 2023-10-09 14:52:30.908368386 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
69 69

  
70 70
mydoc="doc/biber.tex"
71 71

  
72
PATCHES=(
73
	"${FILESDIR}"/${P}-perl-5.36-semicolon.patch
74
)
75

  
72 76
src_prepare() {
73
	#disable 64-bit only Tests on non 64-bit archs
77
	# Disable 64-bit only Tests on non 64-bit archs
74 78
	use amd64 || use arm64 || eapply "${FILESDIR}/${P}-disable-64bit-only-tests.patch"
75 79

  
76 80
	default
Thank you!