Diff cups-filters-1.28.17 with a cups-filters-1.28.17-r2

/usr/portage/net-print/cups-filters/cups-filters-1.28.17-r2.ebuild 2023-10-09 14:52:34.748368483 +0300
51 51
	test? ( media-fonts/dejavu )
52 52
"
53 53

  
54
PATCHES=(
55
	"${FILESDIR}"/${PN}-1.28.17-c++17.patch
56
	"${FILESDIR}"/${PN}-1.28.17-CVE-2023-24805.patch
57
)
58

  
54 59
src_configure() {
55
	# (As of 1.28.15, still defaults upstream to c++0x, so it's still needed,
56
	# probably.)
57
	# Bug #626800
58
	append-cxxflags -std=c++11
60
	# Bug #898156
61
	append-cxxflags -std=c++17
59 62

  
60 63
	local myeconfargs=(
61 64
		--enable-imagefilters
Thank you!