Diff cjs-128.0 with a cjs-128.1

/usr/portage/gnome-extra/cjs/cjs-128.1.ebuild 2026-04-24 12:17:42.910090696 +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
......
13 13

  
14 14
LICENSE="BSD CC0-1.0 MIT MPL-2.0 || ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
15 15
SLOT="0"
16
KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
16
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
17 17
IUSE="examples readline sysprof test"
18 18

  
19 19
RDEPEND="
......
23 23
	>=dev-libs/libffi-3.3:0=
24 24
	x11-libs/cairo[glib,svg(+),X]
25 25
	x11-libs/libX11
26
	readline? ( sys-libs/readline:0= )
26

  
27
	examples? (
28
		x11-themes/xapp-symbolic-icon-theme
29
	)
30

  
31
	readline? (
32
		sys-libs/readline:0=
33
	)
27 34
"
28 35
DEPEND="
29 36
	${RDEPEND}
30
	sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
37

  
38
	sysprof? (
39
		>=dev-util/sysprof-capture-3.40.1:4
40
	)
41

  
31 42
	test? (
32 43
		sys-apps/dbus
33 44
		x11-libs/gtk+:3[introspection]
Thank you!