diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-09-20 23:10:40 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-09-20 23:10:40 +0200 |
commit | 22f4f885c4338c544d2e955a427281fffa64f896 (patch) | |
tree | f5a43baad70ba32d8de19035362c4157c2dcb38e /net-dns/libidn2 | |
parent | licenses: Update unicode license from website (diff) | |
download | gentoo-22f4f885c4338c544d2e955a427281fffa64f896.tar.gz gentoo-22f4f885c4338c544d2e955a427281fffa64f896.tar.bz2 gentoo-22f4f885c4338c544d2e955a427281fffa64f896.zip |
net-dns/libidn2: update LICENSE
Closes: https://bugs.gentoo.org/912408
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-dns/libidn2')
-rw-r--r-- | net-dns/libidn2/libidn2-2.3.4-r1.ebuild | 2 | ||||
-rw-r--r-- | net-dns/libidn2/libidn2-2.3.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/libidn2/libidn2-2.3.4-r1.ebuild b/net-dns/libidn2/libidn2-2.3.4-r1.ebuild index bf83694cd1d3..7d61cfe7bdc1 100644 --- a/net-dns/libidn2/libidn2-2.3.4-r1.ebuild +++ b/net-dns/libidn2/libidn2-2.3.4-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI=" " S="${WORKDIR}"/${P/a/} -LICENSE="GPL-2+ LGPL-3+" +LICENSE="|| ( GPL-2+ LGPL-3+ ) GPL-3+ unicode" SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="nls static-libs" diff --git a/net-dns/libidn2/libidn2-2.3.4.ebuild b/net-dns/libidn2/libidn2-2.3.4.ebuild index 62486fb1a51c..c4635da58f1d 100644 --- a/net-dns/libidn2/libidn2-2.3.4.ebuild +++ b/net-dns/libidn2/libidn2-2.3.4.ebuild @@ -16,7 +16,7 @@ SRC_URI=" " S="${WORKDIR}"/${P/a/} -LICENSE="GPL-2+ LGPL-3+" +LICENSE="|| ( GPL-2+ LGPL-3+ ) GPL-3+ unicode" SLOT="0/2" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="nls static-libs" |