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 39A5E1395E2 for ; Sat, 12 Nov 2016 10:55:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57DCF21C12C; Sat, 12 Nov 2016 10:55:33 +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 4225E21C130 for ; Sat, 12 Nov 2016 10:55:28 +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 3E4D1341659 for ; Sat, 12 Nov 2016 10:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95F6624BF for ; Sat, 12 Nov 2016 10:55:24 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1478948101.8a046a22bc9ed80b66fdf40cd1d996c386945a43.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkgapi/libkgapi-9999.ebuild X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8a046a22bc9ed80b66fdf40cd1d996c386945a43 X-VCS-Branch: master Date: Sat, 12 Nov 2016 10:55:24 +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: f5f70a15-2931-4bbb-b573-6e19949b8ecc X-Archives-Hash: 8d898f77bab21e56fbcf0ea94a270417 commit: 8a046a22bc9ed80b66fdf40cd1d996c386945a43 Author: Andreas Sturmlechner gmail com> AuthorDate: Thu Oct 27 07:25:17 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Nov 12 10:55:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a046a22 net-libs/libkgapi: Fix LICENSE Upstream commit 137a6d48d2dd5d8f55aecc2611d1f42870fac682 Package-Manager: portage-2.3.0 net-libs/libkgapi/libkgapi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libkgapi/libkgapi-9999.ebuild b/net-libs/libkgapi/libkgapi-9999.ebuild index 0037be7..5a2625a 100644 --- a/net-libs/libkgapi/libkgapi-9999.ebuild +++ b/net-libs/libkgapi/libkgapi-9999.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Library for accessing Google calendar and contact resources" HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi" [[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" -LICENSE="GPL-2+ LGPL-2.1+" +LICENSE="LGPL-2.1+" KEYWORDS="" IUSE=""