commit: 04ab0baf43bf7c0a7db89fb3ae1484899ff89ab8
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 21:50:07 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 21:51:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ab0baf
x11-libs/libxkbcommon: Move SLOT= assignment
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild
b/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild
index 9e59daec370e..3fe9b0eff71b 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild
@@ -18,9 +18,10 @@ inherit bash-completion-r1 meson-multilib ${GIT_ECLASS}
python-any-r1 virtualx
DESCRIPTION="Keymap handling library for toolkits and window systems"
HOMEPAGE="https://xkbcommon.org/ https://github.com/xkbcommon/libxkbcommon/"
LICENSE="MIT"
+SLOT="0"
+
IUSE="doc static-libs test tools wayland X"
RESTRICT="!test? ( test )"
-SLOT="0"
BDEPEND="
app-alternatives/yacc