commit: 55e50089973eab9295690b1dcf8d584ef7cc9b4b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 22:54:09 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 22:54:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e50089
x11-libs/libxkbcommon: add missing license
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 <AT> gentoo.org>
x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
b/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
index 8f50a19eb11..be655c7b43b 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
@@ -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"