diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-21 00:54:09 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-21 00:54:58 +0200 |
commit | 55e50089973eab9295690b1dcf8d584ef7cc9b4b (patch) | |
tree | 30b9826fd66ecd7f853caa2f61b28c5cdc9aa923 /x11-libs | |
parent | profiles/package.mask: unmask dev-ruby/http-form_data:1.0 (diff) | |
download | gentoo-55e50089973eab9295690b1dcf8d584ef7cc9b4b.tar.gz gentoo-55e50089973eab9295690b1dcf8d584ef7cc9b4b.tar.bz2 gentoo-55e50089973eab9295690b1dcf8d584ef7cc9b4b.zip |
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@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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" |