commit: ccf7b97f7eb39e61cac6cefa9e74b4e684b0ab0a
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 28 00:27:40 2025 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Jul 28 01:17:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccf7b97f
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 <watermanpaint <AT> posteo.net>
...Sbackup-0.9.925.ebuild => iOSbackup-0.9.925-r1.ebuild} | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
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"