Diff dconf-editor-3.38.3 with a dconf-editor-43.0

/usr/portage/gnome-base/dconf-editor/dconf-editor-43.0.ebuild 2023-10-09 14:52:31.152368392 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit gnome.org gnome2-utils meson vala xdg
7 7

  
......
11 11
LICENSE="GPL-3+"
12 12
SLOT="0"
13 13

  
14
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x86-linux"
14
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x86-linux"
15 15

  
16 16
RDEPEND="
17 17
	>=gnome-base/dconf-0.26.1
18 18
	>=dev-libs/glib-2.55.1:2
19 19
	>=x11-libs/gtk+-3.22.27:3
20
	>=gui-libs/libhandy-1.6.0:1[vala]
20 21
"
21 22
DEPEND="${RDEPEND}"
22 23
BDEPEND="
......
25 26
	>=sys-devel/gettext-0.19.8
26 27
	virtual/pkgconfig
27 28
"
28

  
29
PATCHES=(
30
	"${FILESDIR}/meson-0.61.patch"
31
)
32

  
33 29
src_prepare() {
34
	vala_src_prepare
35
	xdg_src_prepare
30
	default
31
	vala_setup
32
	xdg_environment_reset
36 33
}
37 34

  
38 35
pkg_postinst() {
Thank you!