x11 packages normally get license through xorg-* eclass. However,
this version doesn't inherit xorg eclass anymore and is therefore
lacking default LICENSE.
This commit will add missing LICENSE to ebuild.
Fixes
128f587 ("x11-libs/libxkbcommon: Version bump to 0.9.0")
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
DESCRIPTION="keymap handling library for toolkits and window systems"
HOMEPAGE="https://xkbcommon.org/ https://github.com/xkbcommon/libxkbcommon/"
+LICENSE="MIT"
IUSE="X doc test"
SLOT="0"