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 1795A138334 for ; Tue, 3 Dec 2019 09:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 095E3E085E; Tue, 3 Dec 2019 09:48:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E53C8E085E for ; Tue, 3 Dec 2019 09:48:48 +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 27CC234D719 for ; Tue, 3 Dec 2019 09:48:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6025B92A for ; Tue, 3 Dec 2019 09:48:43 +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: <1575366478.d3b99ec034b0d929f95a525cc51e43daffc31fb4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/snmp_exporter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/snmp_exporter/snmp_exporter-0.15.0.ebuild X-VCS-Directories: app-metrics/snmp_exporter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d3b99ec034b0d929f95a525cc51e43daffc31fb4 X-VCS-Branch: master Date: Tue, 3 Dec 2019 09:48:43 +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: 1ebd78cb-158d-4b36-abd5-17f515ccfe16 X-Archives-Hash: eea6b2d193f86c5e0bbfa5d44f3256ef commit: d3b99ec034b0d929f95a525cc51e43daffc31fb4 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Mon Dec 2 22:39:17 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 3 09:47:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b99ec0 app-metrics/snmp_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/snmp_exporter/snmp_exporter-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-metrics/snmp_exporter/snmp_exporter-0.15.0.ebuild b/app-metrics/snmp_exporter/snmp_exporter-0.15.0.ebuild index 1c01a04e3bb..aaf7c2142f3 100644 --- a/app-metrics/snmp_exporter/snmp_exporter-0.15.0.ebuild +++ b/app-metrics/snmp_exporter/snmp_exporter-0.15.0.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64" DESCRIPTION="Prometheus exporter for snmp metrics" HOMEPAGE="https://github.com/prometheus/snmp_exporter" SRC_URI="${ARCHIVE_URI}" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" IUSE=""