diff options
author | Sam Wilson <sam@binarycake.ca> | 2024-07-10 18:21:09 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-07-30 19:09:10 +0300 |
commit | ccc95ebdadbcfcff3c2d8969ddd307df391cc7f4 (patch) | |
tree | 17c1d69ba228730a79278788e1f88612de262e96 /net-p2p | |
parent | net-p2p/go-ethereum: fetch source from PPA (diff) | |
download | gentoo-ccc95ebdadbcfcff3c2d8969ddd307df391cc7f4.tar.gz gentoo-ccc95ebdadbcfcff3c2d8969ddd307df391cc7f4.tar.bz2 gentoo-ccc95ebdadbcfcff3c2d8969ddd307df391cc7f4.zip |
net-p2p/go-ethereum: update LICENSES
Used dev-go/go-licenses with a few manual spot checks.
Signed-off-by: Sam Wilson <sam@binarycake.ca>
Closes: https://bugs.gentoo.org/695292
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/go-ethereum/go-ethereum-1.14.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |