Diff fontconfig-2.18.2 with a fontconfig-2.18.3
| /usr/portage/media-libs/fontconfig/fontconfig-2.18.3.ebuild 2026-08-26 20:03:05.213808822 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{11..14} )
|
|
| 6 |
PYTHON_COMPAT=( python3_{12..14} )
|
|
| 7 | 7 |
inherit eapi9-ver multilib meson-multilib python-any-r1 readme.gentoo-r1 |
| 8 | 8 | |
| 9 | 9 |
DESCRIPTION="A library for configuring and customizing font access" |
| ... | ... | |
| 16 | 16 |
LICENSE="MIT" |
| 17 | 17 |
SLOT="1.0" |
| 18 | 18 |
if ! [[ $(ver_cut 3) -ge 90 ]] ; then |
| 19 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" |
|
| 19 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86" |
|
| 20 | 20 |
fi |
| 21 | 21 |
IUSE="doc nls test" |
| 22 | 22 |
RESTRICT="!test? ( test )" |