Diff Tk-804.36.0 with a Tk-804.36.0-r1

/usr/portage/dev-perl/Tk/Tk-804.36.0-r1.ebuild 2023-10-09 14:52:29.940368361 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
17 17

  
18 18
DEPEND="
19 19
	media-libs/freetype
20
	media-libs/libjpeg-turbo:=
20 21
	>=media-libs/libpng-1.4:0
21
	virtual/jpeg
22 22
	x11-libs/libX11
23
	x11-libs/libXft"
23
	x11-libs/libXft
24
"
24 25
RDEPEND="${DEPEND}"
25 26

  
26 27
PATCHES=(
27 28
	"${FILESDIR}"/${PN}-804.034-xorg.patch
29
	"${FILESDIR}"/${PN}-804.036-configure-clang16.patch
30
	"${FILESDIR}"/${PN}-804.036-crash.patch
28 31
)
29 32

  
30 33
PERL_RM_FILES=( "t/pod.t" )
Thank you!