Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/guessit/
Date: Tue, 31 May 2016 07:51:53
Message-Id: 1464679420.5973ef5abe083fdc774fbe9bd642543df09a6ef6.monsieurp@gentoo
1 commit: 5973ef5abe083fdc774fbe9bd642543df09a6ef6
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Tue May 31 01:09:15 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 07:23:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5973ef5a
7
8 dev-python/guessit: fix LICENSE in 1.0.3-r1
9
10 guessit-1.0.3 is licensed under LGPL-3+. Later versions are LGPL-3 only.
11
12 Package-Manager: portage-2.3.0_rc1
13
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 dev-python/guessit/guessit-1.0.3-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/guessit/guessit-1.0.3-r1.ebuild b/dev-python/guessit/guessit-1.0.3-r1.ebuild
20 index ef300a4..45ca84f 100644
21 --- a/dev-python/guessit/guessit-1.0.3-r1.ebuild
22 +++ b/dev-python/guessit/guessit-1.0.3-r1.ebuild
23 @@ -12,7 +12,7 @@ DESCRIPTION="Python library for guessing information from video filenames"
24 HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.python.org/pypi/guessit"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 -LICENSE="LGPL-3"
28 +LICENSE="LGPL-3+"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 IUSE="test"