Diff citus-11.2.0 with a citus-11.2.1

/usr/portage/dev-db/citus/citus-11.2.1.ebuild 2023-10-09 14:52:29.312368346 +0300
30 30
	"
31 31
RDEPEND="${DEPEND}"
32 32

  
33
src_prepare() {
34
	eapply "${FILESDIR}"/citus-11.2.0-redefine.patch
35

  
36
	postgres-multi_src_prepare
37
}
38

  
39 33
src_configure() {
40 34
	postgres-multi_foreach econf
41 35
}
Thank you!