From: Thomas Deutschmann Date: Sun, 20 Oct 2019 22:54:09 +0000 (+0200) Subject: x11-libs/libxkbcommon: add missing license X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=55e50089973eab9295690b1dcf8d584ef7cc9b4b;p=gentoo.git 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 --- 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"