Diff tkimg-1.4.14-r2 with a tkimg-1.4.15

/usr/portage/dev-tcltk/tkimg/tkimg-1.4.15.ebuild 2023-10-09 14:52:30.904368386 +0300
10 10
DESCRIPTION="Adds a lot of image formats to Tcl/Tk"
11 11
HOMEPAGE="http://tkimg.sourceforge.net/"
12 12
SRC_URI="mirror://sourceforge/${PN}/${PN}/$(ver_cut 1-2)/${PN}%20${PV}/${MYP}.tar.gz
13
	https://dev.gentoo.org/~tupone/distfiles/${P}-patchset-1.tar.gz"
13
	https://dev.gentoo.org/~tupone/distfiles/${PN}-1.4.14-patchset-1.tar.gz"
14 14

  
15 15
LICENSE="BSD"
16 16
SLOT="0"
17
KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux"
17
KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
18 18
IUSE="doc test static-libs"
19 19

  
20 20
RDEPEND="
......
55 55
		tiff/tiffPixar.c \
56 56
		libtiff/tifftclDecls.h
57 57

  
58
	# libtiff unbundle is problematic
58
	# libtiff/jpeg unbundle is problematic
59 59
	rm ../patchset-1/tkimg-1.4.12-tiff.patch || die
60
	rm ../patchset-1/tkimg-1.4.10-jpeg.patch || die
60 61

  
61 62
	default
62 63

  
Thank you!