Diff wayland-protocols-1.48 with a wayland-protocols-1.49

/usr/portage/dev-libs/wayland-protocols/wayland-protocols-1.49.ebuild 2026-08-07 20:03:04.881469222 +0300
13 13
	inherit git-r3
14 14
else
15 15
	SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz"
16
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
16
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
17 17
fi
18 18

  
19 19
LICENSE="MIT"
20 20
SLOT="0"
21 21
IUSE="test"
22
RESTRICT="test" # Bug #843596
22
RESTRICT="!test? ( test )"
23 23

  
24 24
DEPEND="
25 25
	test? ( dev-libs/wayland )
26 26
"
27 27
BDEPEND="
28
	>=dev-util/wayland-scanner-1.23.0
28
	>=dev-util/wayland-scanner-1.25.0
29 29
	virtual/pkgconfig
30 30
"
31 31

  
Thank you!