Diff gjs-1.76.2 with a gjs-1.78.0
/usr/portage/dev-libs/gjs/gjs-1.78.0.ebuild 2023-10-09 14:52:29.500368350 +0300 | ||
---|---|---|
11 | 11 |
LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" |
12 | 12 |
SLOT="0" |
13 | 13 |
IUSE="+cairo examples readline sysprof test" |
14 |
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
|
15 | 15 |
RESTRICT="!test? ( test )" |
16 | 16 | |
17 | 17 |
RDEPEND=" |
18 | 18 |
>=dev-libs/glib-2.66.0:2 |
19 | 19 |
dev-libs/libffi:= |
20 | 20 |
>=dev-libs/gobject-introspection-1.71.1:= |
21 |
>=dev-lang/spidermonkey-102.2.0:102 |
|
21 |
dev-lang/spidermonkey:115 |
|
22 | 22 |
cairo? ( x11-libs/cairo[X,glib] ) |
23 | 23 |
readline? ( sys-libs/readline:0= ) |
24 | 24 |
" |
... | ... | |
33 | 33 |
virtual/pkgconfig |
34 | 34 |
" |
35 | 35 | |
36 |
PATCHES=( |
|
37 |
"${FILESDIR}/${PN}-1.76.0-move_have_gtk4_to_the_appropriate_place.patch" |
|
38 |
) |
|
39 | ||
40 | 36 |
src_configure() { |
41 | 37 |
append-cppflags -DG_DISABLE_CAST_CHECKS |
42 | 38 |