Diff repmgr-5.1.0 with a repmgr-5.1.0-r1

/usr/portage/dev-db/repmgr/repmgr-5.1.0-r1.ebuild 2023-10-09 14:52:29.336368346 +0300
1
# Copyright 1999-2021 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
......
15 15
RDEPEND="${DEPEND}
16 16
	net-misc/rsync"
17 17

  
18
PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
18
PATCHES=(
19
	"${FILESDIR}"/${P}-fno-common.patch
20
	"${FILESDIR}"/${P}-fix-missing-getpwuid-clang16.patch
21
)
19 22

  
20 23
src_compile() {
21 24
	emake USE_PGXS=1
Thank you!