Diff latex2html-2021.2-r2 with a latex2html-2022
/usr/portage/dev-tex/latex2html/latex2html-2022.ebuild 2023-10-09 14:52:30.908368386 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 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 |
... | ... | |
10 | 10 |
LICENSE="GPL-2" |
11 | 11 |
SLOT="0" |
12 | 12 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
13 |
IUSE="gif png" |
|
13 |
IUSE="gif png svg" |
|
14 | 14 | |
15 | 15 |
DEPEND=" |
16 | 16 |
app-text/ghostscript-gpl |
... | ... | |
18 | 18 |
>=media-libs/netpbm-10.86.24 |
19 | 19 |
dev-lang/perl |
20 | 20 |
gif? ( media-libs/giflib ) |
21 |
png? ( media-libs/libpng:0 )" |
|
21 |
png? ( media-libs/libpng:0 ) |
|
22 |
svg? ( app-text/poppler[cairo] )" |
|
22 | 23 |
RDEPEND="${DEPEND}" |
23 | 24 | |
24 | 25 |
PATCHES=( |
25 |
"${FILESDIR}"/${PN}-2021.2-fix-PNMCROPOPT.patch |
|
26 | 26 |
"${FILESDIR}"/${PN}-2021.2-respect-DESTDIR.patch |
27 | 27 |
) |
28 | 28 |