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 9C891138330 for ; Sat, 6 Jan 2018 22:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5F22E0957; Sat, 6 Jan 2018 22:34:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B1D52E0957 for ; Sat, 6 Jan 2018 22:34:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D0ED1335C6E for ; Sat, 6 Jan 2018 22:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5831C1A5 for ; Sat, 6 Jan 2018 22:34:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515278030.3176ba0d6a86989dc314f878b58d1bc06a95194d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libical/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libical/libical-3.0.1.ebuild X-VCS-Directories: dev-libs/libical/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3176ba0d6a86989dc314f878b58d1bc06a95194d X-VCS-Branch: master Date: Sat, 6 Jan 2018 22:34:06 +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: 06bd4d89-9592-476e-b3a9-1eb730151001 X-Archives-Hash: bcf5cbc5c2669e28fcb95f9e9e7ccb1b commit: 3176ba0d6a86989dc314f878b58d1bc06a95194d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 6 22:04:22 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 6 22:33:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3176ba0d dev-libs/libical: Fix LICENSE Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/libical/libical-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libical/libical-3.0.1.ebuild b/dev-libs/libical/libical-3.0.1.ebuild index 4ad4a28d615..851a3c097a0 100644 --- a/dev-libs/libical/libical-3.0.1.ebuild +++ b/dev-libs/libical/libical-3.0.1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="An implementation of basic iCAL protocols" HOMEPAGE="https://github.com/libical/libical" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="|| ( MPL-1.0 LGPL-2.1 )" +LICENSE="|| ( MPL-2.0 LGPL-2.1 )" SLOT="0/3" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="berkdb doc examples static-libs test"