Diff uudeview-0.5.20-r2 with a uudeview-0.5.20-r3

/usr/portage/app-text/uudeview/uudeview-0.5.20-r3.ebuild 2023-10-09 14:52:28.900368335 +0300
1 1
# Copyright 1999-2022 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 autotools toolchain-funcs
7 7

  
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
14
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
15 15

  
16 16
PATCHES=(
17 17
	"${FILESDIR}"/${P}-bugfixes.patch
......
21 21
	"${FILESDIR}"/${P}-rename.patch
22 22
	"${FILESDIR}"/${P}-makefile.patch
23 23
	"${FILESDIR}"/${P}-fix-append_signature.patch
24
	"${FILESDIR}"/${P}-string_format_issue.patch
25
	"${FILESDIR}"/${P}-format-string-warning-inews.patch
26
	"${FILESDIR}"/${P}-fix-function-definitions-clang16.patch
24 27
)
25 28

  
26 29
DOCS=( HISTORY INSTALL README )
Thank you!