diff options
author | Karlson2k (Evgeny Grin) <k2k@narod.ru> | 2023-05-11 15:39:23 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-13 04:30:34 +0100 |
commit | fcfd98e57900829d87cc7af89eca0b755ad27f9c (patch) | |
tree | 8aeabc828ca2dbda814250f53c263e56a12599ac /net-libs/libmicrohttpd | |
parent | net-dialup/rp-pppoe: 4.0 ar fixes (diff) | |
download | gentoo-fcfd98e57900829d87cc7af89eca0b755ad27f9c.tar.gz gentoo-fcfd98e57900829d87cc7af89eca0b755ad27f9c.tar.bz2 gentoo-fcfd98e57900829d87cc7af89eca0b755ad27f9c.zip |
net-libs/libmicrohttpd: fixed license
Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/30986
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.76.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild index 1bb9ef7f324f..62bf8e01dbaf 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} -LICENSE="LGPL-2.1+" +LICENSE="|| ( LGPL-2.1+ !ssl? ( GPL-2+-with-eCos-exception-2 ) )" SLOT="0/12" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="+epoll ssl static-libs test +thread-names" diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.76.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.76.ebuild index bf4d507938ba..9cda5c5d4ffa 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.76.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.76.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} -LICENSE="LGPL-2.1+" +LICENSE="|| ( LGPL-2.1+ !ssl? ( GPL-2+-with-eCos-exception-2 ) )" SLOT="0/12" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="+epoll ssl static-libs test +thread-names" |