x11-libs/libxkbcommon: add missing license
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 20 Oct 2019 22:54:09 +0000 (00:54 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 20 Oct 2019 22:54:58 +0000 (00:54 +0200)
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>
x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild

index 8f50a19eb11e2b320d7d4f497401411d91003c8b..be655c7b43b263e07c6f318e24c12a8194e713b6 100644 (file)
@@ -15,6 +15,7 @@ inherit meson multilib-minimal ${GIT_ECLASS}
 
 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"