summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-05-31 04:09:15 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-05-31 07:23:40 +0000
commit5973ef5abe083fdc774fbe9bd642543df09a6ef6 (patch)
treebbd329f95c78280566bbb72614032746a258afc1 /dev-python/guessit
parentdev-python/rebulk: sort deps (diff)
downloadgentoo-5973ef5abe083fdc774fbe9bd642543df09a6ef6.tar.gz
gentoo-5973ef5abe083fdc774fbe9bd642543df09a6ef6.tar.bz2
gentoo-5973ef5abe083fdc774fbe9bd642543df09a6ef6.zip
dev-python/guessit: fix LICENSE in 1.0.3-r1
guessit-1.0.3 is licensed under LGPL-3+. Later versions are LGPL-3 only. Package-Manager: portage-2.3.0_rc1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/guessit')
-rw-r--r--dev-python/guessit/guessit-1.0.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/guessit/guessit-1.0.3-r1.ebuild b/dev-python/guessit/guessit-1.0.3-r1.ebuild
index ef300a4a1155..45ca84f1c804 100644
--- a/dev-python/guessit/guessit-1.0.3-r1.ebuild
+++ b/dev-python/guessit/guessit-1.0.3-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Python library for guessing information from video filenames"
HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.python.org/pypi/guessit"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="LGPL-3"
+LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"