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 A65B915808B for ; Tue, 22 Mar 2022 02:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 971EBE08FF; Tue, 22 Mar 2022 02:24:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 114F1E08FF for ; Tue, 22 Mar 2022 02:24:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C188334319A for ; Tue, 22 Mar 2022 02:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09B9D2B0 for ; Tue, 22 Mar 2022 02:24:17 +0000 (UTC) From: "Alexey Zapparov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Zapparov" Message-ID: <1647915825.b6f256ca43778a6c8d6886b42fbed57b3961df76.alexey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/tealdeer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/tealdeer/tealdeer-1.5.0.ebuild X-VCS-Directories: app-misc/tealdeer/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: b6f256ca43778a6c8d6886b42fbed57b3961df76 X-VCS-Branch: dev Date: Tue, 22 Mar 2022 02:24:17 +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: 4e6b0401-07ca-4879-b228-42cda9d1baeb X-Archives-Hash: f638237b94b043e17a5296523a0c70a4 commit: b6f256ca43778a6c8d6886b42fbed57b3961df76 Author: Alexey Zapparov zapparov com> AuthorDate: Tue Mar 22 02:23:45 2022 +0000 Commit: Alexey Zapparov zapparov com> CommitDate: Tue Mar 22 02:23:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6f256ca app-misc/tealdeer: Fix LICENSE Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Zapparov zapparov.com> app-misc/tealdeer/tealdeer-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/tealdeer/tealdeer-1.5.0.ebuild b/app-misc/tealdeer/tealdeer-1.5.0.ebuild index 43664c7dd..67b46c855 100644 --- a/app-misc/tealdeer/tealdeer-1.5.0.ebuild +++ b/app-misc/tealdeer/tealdeer-1.5.0.ebuild @@ -194,7 +194,7 @@ HOMEPAGE="https://github.com/tldr-pages/tldr SRC_URI="https://github.com/dbrgn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" -LICENSE="MIT" +LICENSE="Apache-2.0 ISC MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64"