Diff inkscape-1.4.3 with a inkscape-9999

/usr/portage/media-gfx/inkscape/inkscape-9999.ebuild 2026-01-17 11:18:06.276846976 +0300
112 112
	test? ( dev-cpp/gtest )
113 113
"
114 114

  
115
PATCHES=(
116
	"${FILESDIR}"/${P}-poppler-26.01.patch # in git master
117
	"${FILESDIR}"/${P}-libcroco-cmake-minreqver-3.12.patch # bug 965915
118
)
119

  
120 115
pkg_pretend() {
121 116
	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
122 117
}
Thank you!