Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/munch/
Date: Tue, 30 May 2017 10:32:28
Message-Id: 1496140489.fe735307e1aca82f388ea6edf27a2b18d2998886.slis@gentoo
1 commit: fe735307e1aca82f388ea6edf27a2b18d2998886
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 30 10:02:38 2017 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 10:34:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe735307
7
8 dev-python/munch: fixed licence
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/munch/munch-2.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/munch/munch-2.1.1.ebuild b/dev-python/munch/munch-2.1.1.ebuild
16 index aa25405c3e0..23045a8ee9a 100644
17 --- a/dev-python/munch/munch-2.1.1.ebuild
18 +++ b/dev-python/munch/munch-2.1.1.ebuild
19 @@ -11,7 +11,7 @@ DESCRIPTION="A dot-accessible dictionary (a la JavaScript objects)"
20 HOMEPAGE="https://github.com/Infinidat/munch"
21 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
22
23 -LICENSE="BSD"
24 +LICENSE="MIT"
25 KEYWORDS="~amd64 ~x86"
26 SLOT="0"
27 IUSE=""