Diff pps-tools-1.0.2-r1 with a pps-tools-1.0.3

/usr/portage/net-misc/pps-tools/pps-tools-1.0.3.ebuild 2023-10-09 14:52:34.676368481 +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 4
EAPI=8
......
13 13
SLOT="0"
14 14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ppc ppc64 ~riscv ~sparc x86"
15 15

  
16
PATCHES=(
17
	"${FILESDIR}"/${PN}-1.0.2-build.patch
18
	"${FILESDIR}"/${PN}-1.0.1-install.patch
19
)
16
src_configure() {
17
	tc-export CC
20 18

  
21
src_prepare() {
22 19
	default
23
	tc-export CC
24 20
}
Thank you!