commit:     88485c34b97be42af1d5793a5057c48d8476c510
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 19 03:28:07 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 19 03:28:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88485c34

net-misc/wget2: fix LICENSE

Closes: https://bugs.gentoo.org/871318
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/wget2/wget2-2.0.1-r2.ebuild | 3 ++-
 net-misc/wget2/wget2-2.0.1.ebuild    | 3 ++-
 net-misc/wget2/wget2-9999.ebuild     | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-misc/wget2/wget2-2.0.1-r2.ebuild 
b/net-misc/wget2/wget2-2.0.1-r2.ebuild
index f5f5a8213667..1e0c733d2a3d 100644
--- a/net-misc/wget2/wget2-2.0.1-r2.ebuild
+++ b/net-misc/wget2/wget2-2.0.1-r2.ebuild
@@ -7,7 +7,8 @@ DESCRIPTION="GNU Wget2 is a file and recursive website 
downloader"
 HOMEPAGE="https://gitlab.com/gnuwget/wget2";
 SRC_URI="mirror://gnu/wget/${P}.tar.gz"
 
-LICENSE="GPL-3"
+# LGPL for libwget
+LICENSE="GPL-3+ LGPL-3+"
 SLOT="0/0" # subslot = libwget.so version
 QA_PKGCONFIG_VERSION="2.1.0" # libwget pkg-config versioning
 KEYWORDS="~amd64 ~arm64 ~x86"

diff --git a/net-misc/wget2/wget2-2.0.1.ebuild 
b/net-misc/wget2/wget2-2.0.1.ebuild
index ce2c19d3ae57..93ecce3e0724 100644
--- a/net-misc/wget2/wget2-2.0.1.ebuild
+++ b/net-misc/wget2/wget2-2.0.1.ebuild
@@ -12,7 +12,8 @@ else
        SRC_URI="mirror://gnu/wget/${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
-LICENSE="GPL-3"
+# LGPL for libwget
+LICENSE="GPL-3+ LGPL-3+"
 SLOT="0/0" # subslot = libwget.so version
 IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl 
+ssl test valgrind xattr zlib"
 REQUIRED_USE="valgrind? ( test )"

diff --git a/net-misc/wget2/wget2-9999.ebuild b/net-misc/wget2/wget2-9999.ebuild
index e724cebc4531..a5d97827fcb9 100644
--- a/net-misc/wget2/wget2-9999.ebuild
+++ b/net-misc/wget2/wget2-9999.ebuild
@@ -9,7 +9,8 @@ DESCRIPTION="GNU Wget2 is a file and recursive website 
downloader"
 HOMEPAGE="https://gitlab.com/gnuwget/wget2";
 EGIT_REPO_URI="https://gitlab.com/gnuwget/wget2.git";
 
-LICENSE="GPL-3"
+# LGPL for libwget
+LICENSE="GPL-3+ LGPL-3+"
 SLOT="0/0" # subslot = libwget.so version
 KEYWORDS=""
 IUSE="brotli bzip2 doc +gnutls gpgme +http2 idn lzip lzma openssl pcre psl 
+ssl test valgrind xattr zlib"

Reply via email to