Diff latexdiff-1.3.3 with a latexdiff-1.3.4

/usr/portage/dev-tex/latexdiff/latexdiff-1.3.4.ebuild 2025-02-03 17:39:32.906667199 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
14 14
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
15 15
fi
16 16

  
17
SRC_URI+="
18
	https://github.com/ftilmann/latexdiff/pull/314/commits/94e13c799d2e218a814d007ceff37e91828fb4a4.patch
19
		-> ${PN}-1.3.4-makefile-fix-example-diff-target.patch
20
"
21

  
17 22
LICENSE="GPL-3"
18 23
SLOT="0"
19 24

  
......
33 38
	test? ( app-shells/tcsh )
34 39
"
35 40

  
36
src_compile() {
37
	export VARTEXFONTS="${T}/fonts"
38
	PATH="${S}/dist:${PATH}" emake -j1 distribution
39
}
41
PATCHES=(
42
	"${DISTDIR}"/${PN}-1.3.4-makefile-fix-example-diff-target.patch
43
)
40 44

  
41
src_test() {
42
	emake test
45
src_compile() {
46
	local -x VARTEXFONTS="${T}/fonts"
47
	emake -j1 distribution
43 48
}
44 49

  
45 50
src_install() {
Thank you!