Diff gsettings-desktop-schemas-45.0 with a gsettings-desktop-schemas-47.1

/usr/portage/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-47.1.ebuild 2025-07-29 16:22:14.288455153 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
10 10

  
11 11
LICENSE="LGPL-2.1+"
12 12
SLOT="0"
13
IUSE="+introspection"
14 13
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
14
IUSE="+introspection"
15 15

  
16 16
BDEPEND="
17 17
	introspection? ( >=dev-libs/gobject-introspection-1.54:= )
Thank you!