Diff fontconfig-2.14.2-r2 with a fontconfig-2.14.2-r3
/usr/portage/media-libs/fontconfig/fontconfig-2.14.2-r3.ebuild 2023-10-09 14:52:31.664368405 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
7 | 7 |
inherit multilib meson-multilib python-any-r1 readme.gentoo-r1 |
8 | 8 | |
9 | 9 |
DESCRIPTION="A library for configuring and customizing font access" |
... | ... | |
13 | 13 |
LICENSE="MIT" |
14 | 14 |
SLOT="1.0" |
15 | 15 |
if ! [[ $(ver_cut 3) -ge 90 ]] ; then |
16 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
16 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
17 | 17 |
fi |
18 | 18 |
IUSE="doc nls test" |
19 | 19 |
RESTRICT="!test? ( test )" |
... | ... | |
65 | 65 |
"${FILESDIR}"/${PN}-2.14.0-skip-bubblewrap-tests.patch |
66 | 66 | |
67 | 67 |
# Patches from upstream (can usually be removed with next version bump) |
68 |
"${FILESDIR}"/${P}-fix-sysroot-fc-cache.patch |
|
68 | 69 |
) |
69 | 70 | |
70 | 71 |
DOC_CONTENTS="Please make fontconfig configuration changes using |