Diff liquid_feedback_core-3.0.4 with a liquid_feedback_core-3.2.2

/usr/portage/www-apps/liquid_feedback_core/liquid_feedback_core-3.2.2.ebuild 2023-10-09 14:52:35.876368511 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
21 21

  
22 22
S=${WORKDIR}/${MY_P}
23 23

  
24
PATCHES=( "${FILESDIR}"/${PN}-3.0.4-gentoo.patch )
24
PATCHES=(
25
	"${FILESDIR}"/${PN}-3.0.4-gentoo.patch
26
	"${FILESDIR}"/${P}-gentoo.patch
27
)
25 28

  
26 29
src_compile() {
27 30
	emake \
Thank you!