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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BABDD159C9B for ; Tue, 30 Jul 2024 16:10:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB783E2B28; Tue, 30 Jul 2024 16:10:06 +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 76682E2B28 for ; Tue, 30 Jul 2024 16:10:06 +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 760CE340DC8 for ; Tue, 30 Jul 2024 16:10:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB5DB1E82 for ; Tue, 30 Jul 2024 16:10:03 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1722355750.ccc95ebdadbcfcff3c2d8969ddd307df391cc7f4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/go-ethereum/go-ethereum-1.14.6.ebuild X-VCS-Directories: net-p2p/go-ethereum/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ccc95ebdadbcfcff3c2d8969ddd307df391cc7f4 X-VCS-Branch: master Date: Tue, 30 Jul 2024 16:10:03 +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: 78c35476-9f01-4c77-b90d-abf5222a69e6 X-Archives-Hash: abd4245ef7b9123e72859c0d4a64fa42 commit: ccc95ebdadbcfcff3c2d8969ddd307df391cc7f4 Author: Sam Wilson binarycake ca> AuthorDate: Wed Jul 10 22:21:09 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jul 30 16:09:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc95ebd net-p2p/go-ethereum: update LICENSES Used dev-go/go-licenses with a few manual spot checks. Signed-off-by: Sam Wilson binarycake.ca> Closes: https://bugs.gentoo.org/695292 Signed-off-by: Joonas Niilola gentoo.org> net-p2p/go-ethereum/go-ethereum-1.14.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/go-ethereum/go-ethereum-1.14.6.ebuild b/net-p2p/go-ethereum/go-ethereum-1.14.6.ebuild index 2d6599e04f20..709943fcd758 100644 --- a/net-p2p/go-ethereum/go-ethereum-1.14.6.ebuild +++ b/net-p2p/go-ethereum/go-ethereum-1.14.6.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://ppa.launchpadcontent.net/ethereum/ethereum/ubuntu/pool/main/e/e # https://geth.ethereum.org/docs/getting-started/installing-geth#ubuntu-via-ppas S="${WORKDIR}/ethereum-${LONG_VERSION}" -LICENSE="GPL-3+ LGPL-3+" +LICENSE="GPL-3+ LGPL-3+ MIT || ( BSD GPL-2 ) BSD-2 LGPL-2.1+ Apache-2.0 ISC MIT MPL-2.0 Unlicense" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="devtools"