Diff waffle-1.8.1 with a waffle-1.8.3

/usr/portage/media-libs/waffle/waffle-1.8.3.ebuild 2026-08-07 20:03:04.901468943 +0300
31 31
	wayland? ( >=dev-libs/wayland-1.10[${MULTILIB_USEDEP}] )
32 32
"
33 33
DEPEND="${RDEPEND}
34
	wayland? ( dev-libs/wayland-protocols )
34 35
	X? ( >=x11-base/xcb-proto-1.8-r3 )
36
	test? ( dev-util/cmocka )
35 37
"
36 38
BDEPEND="
37 39
	app-text/docbook-xml-dtd:4.2
......
46 48
	/usr/bin/wflinfo$(get_exeext)
47 49
)
48 50

  
49
PATCHES=(
50
	"${FILESDIR}"/${PN}-1.8.1-glibc-2.43.patch
51
)
52

  
53 51
multilib_src_configure() {
54 52
	local emesonargs=(
55 53
		$(meson_feature X glx)
......
67 65
}
68 66

  
69 67
multilib_src_test() {
68
	addwrite /dev/dri/
69

  
70 70
	if use wayland; then
71 71
		export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XXXXXX)"
72 72

  
Thank you!