Сравнение dvisvgm-3.1 с dvisvgm-3.4

/usr/portage/app-text/dvisvgm/dvisvgm-3.4.ebuild 2025-02-03 17:39:32.318665099 +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
5 5

  
6
inherit flag-o-matic
7

  
6 8
DESCRIPTION="Converts DVI files to SVG"
7 9
HOMEPAGE="https://dvisvgm.de/"
8 10
SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz"
......
14 16
# variant: Boost-1.0
15 17
LICENSE="GPL-3 Boost-1.0 || ( public-domain BSD-1 )"
16 18
SLOT="0"
17
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
19
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
18 20
IUSE="test"
19 21
RESTRICT="!test? ( test )"
20 22

  
......
40 42
	virtual/pkgconfig
41 43
"
42 44

  
45
PATCHES=(
46
	"${FILESDIR}"/${PN}-3.4-gcc15-cstdint.patch
47
)
48

  
43 49
src_configure() {
50
	# ODR violation but only reported with -fno-semantic-interposition?
51
	filter-lto
52

  
44 53
	local myargs=(
45 54
		--disable-bundled-libs
46 55
		--without-ttfautohint
Спасибо!