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 3A9E3158020 for ; Sun, 11 Dec 2022 01:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69CE0E07D1; Sun, 11 Dec 2022 01:58:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AEBFE07D1 for ; Sun, 11 Dec 2022 01:58:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F5C13412FE for ; Sun, 11 Dec 2022 01:58:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D02FC77A for ; Sun, 11 Dec 2022 01:58:37 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1670723671.fadd614836e86d1e80571933761d84a0aa650331.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maturin/maturin-0.13.7.ebuild dev-util/maturin/maturin-0.14.5.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: fadd614836e86d1e80571933761d84a0aa650331 X-VCS-Branch: master Date: Sun, 11 Dec 2022 01:58:37 +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: 464e06e0-7b52-4895-8da4-5c97fbddff0a X-Archives-Hash: 705c88b1f94eabdf5c430c543d827baf commit: fadd614836e86d1e80571933761d84a0aa650331 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Dec 11 01:50:24 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Dec 11 01:54:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fadd6148 dev-util/maturin: add missing SSLeay license for ring crate Also used on top of at least LICENSE="ISC MIT openssl". Will likely adjust licenses to be clearer eventually when adjust how bump this, for now just adding it to the rest. Signed-off-by: Ionen Wolkens gentoo.org> dev-util/maturin/maturin-0.13.7.ebuild | 2 +- dev-util/maturin/maturin-0.14.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/maturin/maturin-0.13.7.ebuild b/dev-util/maturin/maturin-0.13.7.ebuild index 0a95ebeff458..d73720b50c57 100644 --- a/dev-util/maturin/maturin-0.13.7.ebuild +++ b/dev-util/maturin/maturin-0.13.7.ebuild @@ -357,7 +357,7 @@ SRC_URI=" LICENSE=" 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD - CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 openssl + CC0-1.0 ISC MIT MPL-2.0 SSLeay Unicode-DFS-2016 openssl doc? ( CC-BY-4.0 OFL-1.1 )" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" diff --git a/dev-util/maturin/maturin-0.14.5.ebuild b/dev-util/maturin/maturin-0.14.5.ebuild index deaf8060cc76..649929521280 100644 --- a/dev-util/maturin/maturin-0.14.5.ebuild +++ b/dev-util/maturin/maturin-0.14.5.ebuild @@ -400,7 +400,7 @@ SRC_URI=" LICENSE=" 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD - CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 openssl + CC0-1.0 ISC MIT MPL-2.0 SSLeay Unicode-DFS-2016 openssl doc? ( CC-BY-4.0 OFL-1.1 )" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"