Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/construct/
Date: Sun, 07 May 2017 13:57:33
Message-Id: 1494165442.6b6994b24fbff3d349006c493ef1e1c0f7194a53.mgorny@gentoo
1 commit: 6b6994b24fbff3d349006c493ef1e1c0f7194a53
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 10 12:02:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 13:57:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6994b2
7
8 dev-python/construct: Fix license
9
10 Package-Manager: portage-2.3.3
11
12 dev-python/construct/construct-2.5.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/construct/construct-2.5.2.ebuild b/dev-python/construct/construct-2.5.2.ebuild
16 index 96dfb03a74a..620b2f41beb 100644
17 --- a/dev-python/construct/construct-2.5.2.ebuild
18 +++ b/dev-python/construct/construct-2.5.2.ebuild
19 @@ -10,7 +10,7 @@ DESCRIPTION="A powerful declarative parser for binary data"
20 HOMEPAGE="http://construct.wikispaces.com/ https://pypi.python.org/pypi/construct"
21 SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
22
23 -LICENSE="public-domain"
24 +LICENSE="MIT"
25 SLOT="0"
26 KEYWORDS="~amd64 ~x86"
27 IUSE=""