From 55e50089973eab9295690b1dcf8d584ef7cc9b4b Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Mon, 21 Oct 2019 00:54:09 +0200 Subject: [PATCH] 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 --- 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 8f50a19eb11e..be655c7b43b2 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" -- 2.26.2