From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7635B158089 for ; Wed, 20 Sep 2023 21:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B875D2BC014; Wed, 20 Sep 2023 21:11:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 995162BC014 for ; Wed, 20 Sep 2023 21:11:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9101F335D16 for ; Wed, 20 Sep 2023 21:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C889611D6 for ; Wed, 20 Sep 2023 21:11:06 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1695244240.22f4f885c4338c544d2e955a427281fffa64f896.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/libidn2/libidn2-2.3.4-r1.ebuild net-dns/libidn2/libidn2-2.3.4.ebuild X-VCS-Directories: net-dns/libidn2/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 22f4f885c4338c544d2e955a427281fffa64f896 X-VCS-Branch: master Date: Wed, 20 Sep 2023 21:11:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aef63531-3537-4aea-9777-6171a994da3d X-Archives-Hash: 54316be58d23dc6ad5e756e47e6c232e commit: 22f4f885c4338c544d2e955a427281fffa64f896 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Sep 20 21:10:40 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Sep 20 21:10:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f4f885 net-dns/libidn2: update LICENSE Closes: https://bugs.gentoo.org/912408 Signed-off-by: Andreas K. Hüttel gentoo.org> net-dns/libidn2/libidn2-2.3.4-r1.ebuild | 2 +- 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"