From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1332181-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 9980C158086
	for <garchives@archives.gentoo.org>; Wed, 20 Oct 2021 11:00:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E55A7E0871;
	Wed, 20 Oct 2021 11:00:30 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C800AE0871
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Oct 2021 11:00:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7D1B9343614
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Oct 2021 11:00:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9441610A
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Oct 2021 11:00:27 +0000 (UTC)
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
Message-ID: <1634727626.52c9b288fe9ffce521f3a44e3abfc07f49631cd7.Alessandro-Barbieri@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/starship/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: app-shells/starship/starship-0.58.0.ebuild
X-VCS-Directories: app-shells/starship/
X-VCS-Committer: Alessandro-Barbieri
X-VCS-Committer-Name: Alessandro Barbieri
X-VCS-Revision: 52c9b288fe9ffce521f3a44e3abfc07f49631cd7
X-VCS-Branch: dev
Date: Wed, 20 Oct 2021 11:00:27 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 27d7d32e-eea5-4586-a7b8-40a9b3646103
X-Archives-Hash: 9549af2d2c0f04798fd5d103bf07fd06

commit:     52c9b288fe9ffce521f3a44e3abfc07f49631cd7
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Oct 20 10:59:54 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Oct 20 11:00:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52c9b288

app-shells/starship: update LICENSE

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-shells/starship/starship-0.58.0.ebuild | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/app-shells/starship/starship-0.58.0.ebuild b/app-shells/starship/starship-0.58.0.ebuild
index 0a036855d..c5e9054f9 100644
--- a/app-shells/starship/starship-0.58.0.ebuild
+++ b/app-shells/starship/starship-0.58.0.ebuild
@@ -247,14 +247,24 @@ DESCRIPTION="The minimal, blazing-fast, and infinitely customizable prompt for a
 HOMEPAGE="https://github.com/starship/starship"
 SRC_URI="$(cargo_crate_uris ${CRATES})"
 
-# License set may be more restrictive as OR is not respected
-# use cargo-license for a more accurate license picture
-LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 ISC MIT MPL-2.0 Unlicense ZLIB"
+LICENSE="
+	|| ( Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT )
+	|| ( Apache-2.0 Boost-1.0 )
+	|| ( Apache-2.0 MIT )
+	|| ( Apache-2.0 MIT ZLIB )
+	|| ( MIT Unlicense )
+	Apache-2.0
+	BSD-2
+	ISC
+	MIT
+	MPL-2.0
+"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="+battery +http tls-vendored"
 
 DEPEND="
+	>=dev-libs/libgit2-1.2.0:=
 	!tls-vendored? ( dev-libs/openssl:0= )
 "
 RDEPEND="${DEPEND}