From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5B10138335 for ; Sun, 20 Oct 2019 22:55:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29B8FE0CE9; Sun, 20 Oct 2019 22:55:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FF4AE0CE9 for ; Sun, 20 Oct 2019 22:55:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AC6834C0A4 for ; Sun, 20 Oct 2019 22:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16587882 for ; Sun, 20 Oct 2019 22:55:04 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1571612098.55e50089973eab9295690b1dcf8d584ef7cc9b4b.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild X-VCS-Directories: x11-libs/libxkbcommon/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 55e50089973eab9295690b1dcf8d584ef7cc9b4b X-VCS-Branch: master Date: Sun, 20 Oct 2019 22:55:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3a3069e-bec4-4925-bd4e-c979901cb5be X-Archives-Hash: 06ff3c7a05690ae21ff0d354915cd8e8 commit: 55e50089973eab9295690b1dcf8d584ef7cc9b4b Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 20 22:54:09 2019 +0000 Commit: Thomas Deutschmann gentoo 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 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"