Diff compface-1.5.2 with a compface-1.5.2-r1

/usr/portage/media-libs/compface/compface-1.5.2-r1.ebuild 2024-12-25 14:59:49.727270106 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="7"
......
15 15

  
16 16
RDEPEND="dev-lang/perl"
17 17

  
18
PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
18
PATCHES=(
19
	"${FILESDIR}"/${PN}-gentoo.patch
20
	"${FILESDIR}"/${PN}-modern-c-porting.patch
21
)
19 22

  
20 23
src_prepare() {
21 24
	default
Thank you!