From daf76a3c6424f8c26d179b8f8b7877cd8c04e7c6 Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Mon, 20 Jun 2022 04:33:18 +0200 Subject: [PATCH] dev-python/pyinstaller: add 4.2-r1 * Fix LICENSE Signed-off-by: Alexey Zapparov --- .../{pyinstaller-4.2.ebuild => pyinstaller-4.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/pyinstaller/{pyinstaller-4.2.ebuild => pyinstaller-4.2-r1.ebuild} (91%) diff --git a/dev-python/pyinstaller/pyinstaller-4.2.ebuild b/dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild similarity index 91% rename from dev-python/pyinstaller/pyinstaller-4.2.ebuild rename to dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild index 2d97104937..f3b9779236 100644 --- a/dev-python/pyinstaller/pyinstaller-4.2.ebuild +++ b/dev-python/pyinstaller/pyinstaller-4.2-r1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Bundles a Python application and all its dependencies into a single HOMEPAGE="https://pypi.org/project/pyinstaller/" SRC_URI="https://files.pythonhosted.org/packages/b4/83/9f6ff034650abe9778c9a4f86bcead63f89a62acf02b1b47fc2bfc6bf8dd/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+-with-Pyinstaller-Bootloader-exception" SLOT="0" KEYWORDS="~amd64"