Diff rasqal-0.9.33-r3 with a rasqal-0.9.33-r5

/usr/portage/dev-libs/rasqal/rasqal-0.9.33-r5.ebuild 2025-12-04 18:18:03.968574686 +0300
24 24
	!gmp? ( dev-libs/mpfr:= )
25 25
	gmp? ( dev-libs/gmp:= )
26 26
	kernel_linux? ( >=sys-apps/util-linux-2.19 )
27
	pcre? ( dev-libs/libpcre )
27
	pcre? ( dev-libs/libpcre2:= )
28 28
	xml? ( dev-libs/libxml2:= )
29 29
"
30 30
DEPEND="${RDEPEND}"
......
41 41
PATCHES=(
42 42
	"${FILESDIR}"/${PN}-0.9.33-configure-clang16.patch
43 43
	"${FILESDIR}"/${PN}-0.9.33-configure-c99.patch
44
	"${FILESDIR}"/${PN}-0.9.33-configure-libuuid-test-fix.patch
45
	"${FILESDIR}"/${PN}-0.9.33-pcre2.patch
44 46
)
45 47

  
46 48
src_prepare() {
......
56 58
	local myeconfargs=(
57 59
		--with-decimal=$(usex gmp gmp mpfr)
58 60
		--with-uuid-library=$(usex kernel_linux libuuid internal)
59
		$(use_enable pcre)
60
		--with-regex-library=$(usex pcre pcre posix)
61
		--with-regex-library=$(usex pcre pcre2 posix)
61 62
		$(use_enable static-libs static)
62 63
		$(use_enable xml xml2)
63 64
	)
Thank you!