Diff biblatex-3.14 with a biblatex-3.16

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

  
4 4
EAPI=7
......
11 11

  
12 12
LICENSE="LPPL-1.3"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm ~arm64 ~x86"
14
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
15 15
IUSE="+biber doc examples"
16 16

  
17 17
DEPEND="dev-texlive/texlive-bibtexextra
18 18
	dev-texlive/texlive-latexextra
19 19
	dev-texlive/texlive-plaingeneric"
20 20
RDEPEND="${DEPEND}"
21
PDEPEND="biber? ( ~dev-tex/biber-2.14 )"
21
PDEPEND="biber? ( ~dev-tex/biber-2.16 )"
22 22

  
23 23
S="${WORKDIR}"
24 24
TEXMF=/usr/share/texmf-site
Thank you!