From 823458b9a9e5c82316b3183d90a1252d795cfd83 Mon Sep 17 00:00:00 2001 From: blshkv Date: Mon, 3 Jun 2019 22:21:49 +0800 Subject: [PATCH] pyinstaller: fix license --- dev-python/pyinstaller/pyinstaller-3.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyinstaller/pyinstaller-3.4-r1.ebuild b/dev-python/pyinstaller/pyinstaller-3.4-r1.ebuild index 63b17edc5..a744da5fb 100644 --- a/dev-python/pyinstaller/pyinstaller-3.4-r1.ebuild +++ b/dev-python/pyinstaller/pyinstaller-3.4-r1.ebuild @@ -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"