Diff atk-2.38.0 with a atk-2.46.0

/usr/portage/dev-libs/atk/atk-2.46.0.ebuild 2023-10-09 14:52:29.488368350 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
inherit gnome.org meson-multilib xdg
5

  
6
inherit multilib-build
6 7

  
7 8
DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
8 9
HOMEPAGE="https://wiki.gnome.org/Accessibility"
9 10

  
10
LICENSE="LGPL-2+"
11
LICENSE="metapackage"
11 12
SLOT="0"
12
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
13
IUSE="gtk-doc +introspection"
14

  
15
RDEPEND="
16
	>=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}]
17
	introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
18
"
19
DEPEND="${RDEPEND}"
20
BDEPEND="
21
	dev-util/glib-utils
22
	gtk-doc? (
23
		>=dev-util/gtk-doc-1.25
24
		app-text/docbook-xml-dtd:4.3 )
25
	virtual/pkgconfig
26
	>=sys-devel/gettext-0.19.8
27
"
13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
14
IUSE="+introspection"
28 15

  
29
multilib_src_configure() {
30
	local emesonargs=(
31
		$(meson_native_use_bool gtk-doc docs)
32
		$(meson_native_use_bool introspection)
33
	)
34
	meson_src_configure
35
}
16
DEPEND=""
17
RDEPEND=">=app-accessibility/at-spi2-core-2.46.0[introspection?,${MULTILIB_USEDEP}]"
Thank you!