Diff ibus-1.5.29 with a ibus-1.5.29-r1

/usr/portage/app-i18n/ibus/ibus-1.5.29-r1.ebuild 2025-07-29 16:22:12.568448039 +0300
5 5

  
6 6
PYTHON_COMPAT=( python3_{10..12} )
7 7

  
8
inherit autotools bash-completion-r1 gnome2-utils python-r1 toolchain-funcs vala virtualx
8
inherit autotools bash-completion-r1 flag-o-matic gnome2-utils python-r1 toolchain-funcs vala virtualx
9 9

  
10 10
DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
11 11
HOMEPAGE="https://github.com/ibus/ibus/wiki"
......
46 46
	)
47 47
	appindicator? ( dev-libs/libdbusmenu[gtk3?] )
48 48
	gtk2? ( x11-libs/gtk+:2 )
49
	gtk3? ( x11-libs/gtk+:3 )
50
	gtk4? ( gui-libs/gtk:4 )
49
	gtk3? ( x11-libs/gtk+:3[X,wayland?] )
50
	gtk4? ( gui-libs/gtk:4[X,wayland?] )
51 51
	gui? (
52 52
		x11-libs/libX11
53 53
		x11-libs/libXi
......
131 131
		python_conf+=( --disable-setup )
132 132
	fi
133 133

  
134
	# defang automagic dependencies
135
	use wayland || append-cflags -DGENTOO_GTK_HIDE_WAYLAND
136

  
134 137
	if tc-is-cross-compiler && { use emoji || use unicode; }; then
135 138
		mkdir -p "${S}-build"
136 139
		pushd "${S}-build" >/dev/null 2>&1 || die
Thank you!