diff options
author | Sam James <sam@gentoo.org> | 2022-09-19 04:28:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-19 04:28:24 +0100 |
commit | 88485c34b97be42af1d5793a5057c48d8476c510 (patch) | |
tree | c699013f6e6e803ec884e8d8f4eb805e19ac1012 /net-misc/wget2 | |
parent | app-arch/gzip: fix LICENSE (diff) | |
download | gentoo-88485c34b97be42af1d5793a5057c48d8476c510.tar.gz gentoo-88485c34b97be42af1d5793a5057c48d8476c510.tar.bz2 gentoo-88485c34b97be42af1d5793a5057c48d8476c510.zip |
net-misc/wget2: fix LICENSE
Closes: https://bugs.gentoo.org/871318
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/wget2')
-rw-r--r-- | net-misc/wget2/wget2-2.0.1-r2.ebuild | 3 | ||||
-rw-r--r-- | net-misc/wget2/wget2-2.0.1.ebuild | 3 | ||||
-rw-r--r-- | 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" |