Diff waffle-1.8.1 with a waffle-9999

/usr/portage/media-libs/waffle/waffle-9999.ebuild 2024-12-25 15:56:41.396866447 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
8 8
	GIT_ECLASS="git-r3"
9 9
else
10 10
	SRC_URI="https://gitlab.freedesktop.org/mesa/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
11
	KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
11
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
12 12
	S="${WORKDIR}"/${PN}-v${PV}
13 13
fi
14 14
inherit meson-multilib multilib virtualx ${GIT_ECLASS}
......
46 46
	/usr/bin/wflinfo$(get_exeext)
47 47
)
48 48

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

  
53 49
multilib_src_configure() {
54 50
	local emesonargs=(
55 51
		$(meson_feature X glx)
Thank you!