mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user