Diff nfbtrans-7.74-r2 with a nfbtrans-7.74-r3

/usr/portage/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild 2023-10-09 14:52:28.132368316 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit toolchain-funcs
7 7

  
......
12 12

  
13 13
LICENSE="public-domain"
14 14
SLOT="0"
15
KEYWORDS="amd64 ppc x86"
15
KEYWORDS="~amd64 ~ppc ~x86"
16 16

  
17
BDEPEND=" >=app-arch/unzip-5.50-r2"
17
BDEPEND=">=app-arch/unzip-5.50-r2"
18 18

  
19 19
PATCHES=(
20 20
	"${FILESDIR}"/${P}-gentoo-fix.patch
21 21
	"${FILESDIR}"/${P}-getline-fix.patch
22 22
	"${FILESDIR}"/${P}-respect-ldflags.patch
23
	"${FILESDIR}"/${P}-modern-c.patch
23 24
)
24 25

  
25 26
src_prepare() {
Thank you!