Сравнение girara-0.4.5-r1 с girara-9999

/usr/portage/dev-libs/girara/girara-9999.ebuild 2026-02-19 11:18:07.357981206 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
18 18
fi
19 19

  
20 20
LICENSE="ZLIB"
21
SLOT="0/$(ver_cut 2-3)"
21
SLOT="0/9999"
22 22
IUSE="doc test X"
23 23
RESTRICT="!test? ( test )"
24 24

  
......
26 26
RDEPEND="
27 27
	app-accessibility/at-spi2-core
28 28
	>=dev-libs/glib-2.72:2
29
	dev-libs/json-glib:=
30 29
	media-libs/harfbuzz:=
31 30
	x11-libs/cairo[glib]
32 31
	x11-libs/gdk-pixbuf
......
55 54
	use X || append-flags -DGENTOO_GTK_HIDE_X11
56 55

  
57 56
	local emesonargs=(
58
		-Djson=enabled
59 57
		$(meson_feature doc docs)
60 58
		$(meson_feature test tests)
61 59
	)
Спасибо!