Diff pgpool2-4.3.7 with a pgpool2-4.4.4

/usr/portage/dev-db/pgpool2/pgpool2-4.4.4.ebuild 2023-10-09 14:52:29.332368346 +0300
3 3

  
4 4
EAPI=7
5 5

  
6
POSTGRES_COMPAT=( 9.6 {10..15} )
6
POSTGRES_COMPAT=( {10..16} )
7 7

  
8 8
inherit autotools postgres-multi
9 9

  
......
15 15
LICENSE="BSD"
16 16
SLOT="0"
17 17

  
18
KEYWORDS="amd64 x86"
18
KEYWORDS="~amd64 ~x86"
19 19

  
20 20
IUSE="doc memcached pam ssl static-libs"
21 21

  
......
40 40
		"${FILESDIR}/pgpool-4.2.0-configure-memcached.patch" \
41 41
		"${FILESDIR}/pgpool-configure-pam.patch" \
42 42
		"${FILESDIR}/pgpool-4.2.0-configure-pthread.patch" \
43
		"${FILESDIR}/pgpool-4.3.1-run_paths.patch"
43
		"${FILESDIR}/pgpool-4.4.4-run_paths.patch"
44 44

  
45 45
	eautoreconf
46 46

  
Thank you!