pyinstaller: fix license

This commit is contained in:
blshkv 2019-06-03 22:21:49 +08:00
parent fd48d90d6b
commit 823458b9a9
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -18,7 +18,7 @@ inherit waf-utils distutils-r1
DESCRIPTION="Program converting Python programs into stand-alone executables"
HOMEPAGE="http://www.pyinstaller.org"
LICENSE="pyinstaller"
LICENSE="GPL-2"
SLOT="0"
IUSE="clang debug doc leak-detector"