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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EB73138334 for ; Fri, 27 Dec 2019 21:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2830E0BDF; Fri, 27 Dec 2019 21:21:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9925BE0BDF for ; Fri, 27 Dec 2019 21:21:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F31B34DC10 for ; Fri, 27 Dec 2019 21:21:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C37C434 for ; Fri, 27 Dec 2019 21:21:08 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1577481645.42efe5471043e6dd6f2c824d109f4ae7362bdda9.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fblog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/fblog/fblog-1.3.1.ebuild X-VCS-Directories: app-text/fblog/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 42efe5471043e6dd6f2c824d109f4ae7362bdda9 X-VCS-Branch: master Date: Fri, 27 Dec 2019 21:21:08 +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: 4f2378fa-ece6-4dc5-a07e-8bddffba43f2 X-Archives-Hash: 5319c87271a772840615d2ddd8ffa21f commit: 42efe5471043e6dd6f2c824d109f4ae7362bdda9 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Dec 27 21:20:45 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Dec 27 21:20:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42efe547 app-text/fblog: add bundled crate licenses Closes: https://bugs.gentoo.org/694420 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> app-text/fblog/fblog-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/fblog/fblog-1.3.1.ebuild b/app-text/fblog/fblog-1.3.1.ebuild index 05ca5bd825c..eb9866f68fa 100644 --- a/app-text/fblog/fblog-1.3.1.ebuild +++ b/app-text/fblog/fblog-1.3.1.ebuild @@ -46,7 +46,7 @@ DESCRIPTION="Small command-line JSON Log viewer" HOMEPAGE="https://github.com/brocode/fblog" SRC_URI="$(cargo_crate_uris ${CRATES})" -LICENSE="WTFPL-2" +LICENSE="Apache-2.0 Boost-1.0 MIT Unlicense WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc64"