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 B5B6F1382FE for ; Sat, 9 Jul 2016 15:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7852E21C03C; Sat, 9 Jul 2016 15:49:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC24C21C03C for ; Sat, 9 Jul 2016 15:48:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17771340EF1 for ; Sat, 9 Jul 2016 15:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4FB02443 for ; Sat, 9 Jul 2016 15:48:57 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1468079306.b60cef547f7509e8f4689303f1bb8201b5b93d7f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkgapi/libkgapi-5.1.0.ebuild net-libs/libkgapi/libkgapi-9999.ebuild X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b60cef547f7509e8f4689303f1bb8201b5b93d7f X-VCS-Branch: master Date: Sat, 9 Jul 2016 15:48:57 +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-Archives-Salt: cacc157d-0aba-4183-b56b-4d7970ba3e6e X-Archives-Hash: 1621ffa3cce066cb1a4a6ea8305eb29a commit: b60cef547f7509e8f4689303f1bb8201b5b93d7f Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Jul 8 22:42:41 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jul 9 15:48:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b60cef54 net-libs/libkgapi: Fix LICENSE Package-Manager: portage-2.2.28 Signed-off-by: Johannes Huber gentoo.org> net-libs/libkgapi/libkgapi-5.1.0.ebuild | 2 +- net-libs/libkgapi/libkgapi-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libkgapi/libkgapi-5.1.0.ebuild b/net-libs/libkgapi/libkgapi-5.1.0.ebuild index 66016c0..e0f700f 100644 --- a/net-libs/libkgapi/libkgapi-5.1.0.ebuild +++ b/net-libs/libkgapi/libkgapi-5.1.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Library for accessing Google calendar and contact resources" HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi" SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-2+ LGPL-2.1+" KEYWORDS="~amd64" IUSE="" diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild index d0bd4a5..7f6eb70 100644 --- a/net-libs/libkgapi/libkgapi-9999.ebuild +++ b/net-libs/libkgapi/libkgapi-9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Library for accessing Google calendar and contact resources" HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi" -LICENSE="GPL-2" +LICENSE="GPL-2+ LGPL-2.1+" KEYWORDS="" IUSE=""