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 055AC138334 for ; Tue, 3 Dec 2019 09:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D175E0833; Tue, 3 Dec 2019 09:48:46 +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 758B6E0833 for ; Tue, 3 Dec 2019 09:48:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 98FE734D719 for ; Tue, 3 Dec 2019 09:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F2A98D0 for ; Tue, 3 Dec 2019 09:48:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575366452.936e17f5649ceb53c7317366fe70e64a3b4c8db9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/burrow_exporter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild X-VCS-Directories: app-metrics/burrow_exporter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 936e17f5649ceb53c7317366fe70e64a3b4c8db9 X-VCS-Branch: master Date: Tue, 3 Dec 2019 09:48:42 +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: 452fcc7c-7f76-4b70-8fc4-37bc93e73ba0 X-Archives-Hash: 3c3586931cc4911ae1c77fdef3f49007 commit: 936e17f5649ceb53c7317366fe70e64a3b4c8db9 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Mon Dec 2 22:31:06 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 3 09:47:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936e17f5 app-metrics/burrow_exporter: add licenses for transitive go dependencies Bug: https://bugs.gentoo.org/695212 Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Signed-off-by: Michał Górny gentoo.org> app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild | 2 +- app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild b/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild index b6a97d6ef8f..bde2fa62d7b 100644 --- a/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild +++ b/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild @@ -25,7 +25,7 @@ DESCRIPTION="Prometheus exporter for Burrow" HOMEPAGE="https://github.com/jirwin/burrow_exporter" SRC_URI="${ARCHIVE_URI} ${EGO_VENDOR_URI}" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" IUSE="" diff --git a/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild b/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild index 8abb648aee9..93883396695 100644 --- a/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild +++ b/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild @@ -25,7 +25,7 @@ DESCRIPTION="Prometheus exporter for Burrow" HOMEPAGE="https://github.com/jirwin/burrow_exporter" SRC_URI="${ARCHIVE_URI} ${EGO_VENDOR_URI}" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" IUSE=""