Diff cec-14 with a cec-14-r1

/usr/portage/sys-block/cec/cec-14-r1.ebuild 2023-10-09 14:52:35.432368500 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
13 13
SLOT="0"
14 14
KEYWORDS="~amd64 ~x86"
15 15

  
16
PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
16
PATCHES=(
17
	"${FILESDIR}"/${P}-fno-common.patch
18
	"${FILESDIR}"/${PN}-14-including-select.h-and-time.h.patch
19
	"${FILESDIR}"/${PN}-14-using-unsigned-int-instead-of-uint.patch
20
)
17 21

  
18 22
src_compile() {
19 23
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
Thank you!