From ccf7b97f7eb39e61cac6cefa9e74b4e684b0ab0a Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Mon, 28 Jul 2025 02:27:40 +0200 Subject: [PATCH] dev-python/iOSbackup: reflect ambiguous license in LICENSE * Upstream only states License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) in setup.py Signed-off-by: Lucio Sauer --- ...0.9.925.ebuild => iOSbackup-0.9.925-r1.ebuild} | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) rename dev-python/iOSbackup/{iOSbackup-0.9.925.ebuild => iOSbackup-0.9.925-r1.ebuild} (73%) diff --git a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild b/dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild similarity index 73% rename from dev-python/iOSbackup/iOSbackup-0.9.925.ebuild rename to dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild index 2b10b76a12..6d65f74bd8 100644 --- a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild +++ b/dev-python/iOSbackup/iOSbackup-0.9.925-r1.ebuild @@ -15,7 +15,20 @@ HOMEPAGE=" https://github.com/avibrazil/iOSbackup " -LICENSE="GPL-2" +# The project only states LGPL in setup.py +LICENSE=" + || ( + LGPL-2 + LGPL-2+ + LGPL-2-with-linking-exception + LGPL-2.1 + LGPL-2.1+ + LGPL-2.1-with-linking-exception + LGPL-3 + LGPL-3+ + LGPL-3-with-linking-exception + ) +" SLOT="0" KEYWORDS="~amd64 ~x86"