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 5C6C2139694 for ; Tue, 30 May 2017 10:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6488DE0E97; Tue, 30 May 2017 10:32:25 +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 448C4E0E97 for ; Tue, 30 May 2017 10:32:25 +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 D3B013416EA for ; Tue, 30 May 2017 10:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78153746E for ; Tue, 30 May 2017 10:31:52 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1496140489.fe735307e1aca82f388ea6edf27a2b18d2998886.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/munch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/munch/munch-2.1.1.ebuild X-VCS-Directories: dev-python/munch/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: fe735307e1aca82f388ea6edf27a2b18d2998886 X-VCS-Branch: master Date: Tue, 30 May 2017 10:31:52 +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: c045317d-d0cb-4120-b81d-73fa52de29c4 X-Archives-Hash: fe5718f8ed2ad8feca5e4fdd1f684081 commit: fe735307e1aca82f388ea6edf27a2b18d2998886 Author: Slawomir Lis gentoo org> AuthorDate: Tue May 30 10:02:38 2017 +0000 Commit: Slawek Lis gentoo org> CommitDate: Tue May 30 10:34:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe735307 dev-python/munch: fixed licence Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/munch/munch-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/munch/munch-2.1.1.ebuild b/dev-python/munch/munch-2.1.1.ebuild index aa25405c3e0..23045a8ee9a 100644 --- a/dev-python/munch/munch-2.1.1.ebuild +++ b/dev-python/munch/munch-2.1.1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A dot-accessible dictionary (a la JavaScript objects)" HOMEPAGE="https://github.com/Infinidat/munch" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="BSD" +LICENSE="MIT" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE=""