dev-libs/wayland-protocols: Unrestrict tests

Closes: https://bugs.gentoo.org/843596
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2026-06-10 10:51:53 -04:00
parent c4effb9c66
commit d034ed51a8
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="test"
RESTRICT="test" # Bug #843596
RESTRICT="!test? ( test )"
DEPEND="
test? ( dev-libs/wayland )

View File

@@ -19,7 +19,7 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="test"
RESTRICT="test" # Bug #843596
RESTRICT="!test? ( test )"
DEPEND="
test? ( dev-libs/wayland )