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@posteo.net>
This commit is contained in:
Lucio Sauer
2025-07-28 02:27:40 +02:00
parent 48b3bc60df
commit ccf7b97f7e

View File

@@ -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"