Сравнение texlive-core-2021-r6 с texlive-core-2021-r7
/usr/portage/app-text/texlive-core/texlive-core-2021-r7.ebuild 2023-10-09 14:52:28.900368335 +0300 | ||
---|---|---|
17 | 17 |
SLOT="0" |
18 | 18 |
LICENSE="GPL-2 LPPL-1.3c TeX" |
19 | 19 | |
20 |
SRC_URI="https://dev.gentoo.org/~sam/distfiles/texlive/${MY_P}.tar.xz |
|
20 |
SRC_URI=" |
|
21 |
https://dev.gentoo.org/~sam/distfiles/texlive/${MY_P}.tar.xz |
|
21 | 22 |
https://dev.gentoo.org/~sam/distfiles/texlive/texlive-tlpdb-${PV}.tar.xz |
22 |
https://dev.gentoo.org/~sam/distfiles/texlive/${PN}-patches-${PV}-${PATCHLEVEL}.tar.xz" |
|
23 |
https://dev.gentoo.org/~sam/distfiles/texlive/${PN}-patches-${PV}-${PATCHLEVEL}.tar.xz |
|
24 |
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/texlive-core-2021-CVE-2023-32700.patch.xz |
|
25 |
" |
|
23 | 26 | |
24 | 27 |
# We ship binextra collection alongside |
25 | 28 |
TL_CORE_BINEXTRA_MODULES=" |
... | ... | |
76 | 79 |
done |
77 | 80 |
SRC_URI="${SRC_URI} )" |
78 | 81 | |
79 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
82 |
KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
|
80 | 83 |
IUSE="cjk X doc source tk +luajittex xetex xindy" |
81 | 84 | |
82 | 85 |
TEXMF_PATH=/usr/share/texmf-dist |
... | ... | |
167 | 170 |
eapply "${FILESDIR}"/${P}-cairo-strings.patch |
168 | 171 |
eapply "${FILESDIR}"/${P}-slibtool.patch |
169 | 172 |
eapply "${FILESDIR}"/${P}-clang-16.patch |
173 |
eapply "${WORKDIR}"/${P}-CVE-2023-32700.patch |
|
170 | 174 | |
171 | 175 |
default |
172 | 176 |