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 51463138334 for ; Tue, 17 Sep 2019 21:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A5BE0882; Tue, 17 Sep 2019 21:40:45 +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 7A4D2E0882 for ; Tue, 17 Sep 2019 21:40:45 +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 EDF1334B2C9 for ; Tue, 17 Sep 2019 21:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 561397F1 for ; Tue, 17 Sep 2019 21:40:41 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1568756367.c1839b9b7ec45352b5e5f0411a45103c6747abc4.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/consul-template/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/consul-template/consul-template-0.20.0.ebuild X-VCS-Directories: app-admin/consul-template/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c1839b9b7ec45352b5e5f0411a45103c6747abc4 X-VCS-Branch: master Date: Tue, 17 Sep 2019 21:40:41 +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: cf6abee9-c6bf-4d57-a3cb-a422a736d2ae X-Archives-Hash: fb27207e6479dae391ea6de850bf65b9 commit: c1839b9b7ec45352b5e5f0411a45103c6747abc4 Author: Zac Medico gentoo org> AuthorDate: Tue Sep 17 21:38:55 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Sep 17 21:39:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1839b9b app-admin/consul-template: LICENSE: account for vendored software Reported-by: Michał Górny gentoo.org> Closes: https://bugs.gentoo.org/694700 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> app-admin/consul-template/consul-template-0.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/consul-template/consul-template-0.20.0.ebuild b/app-admin/consul-template/consul-template-0.20.0.ebuild index e76748e495c..0dc27765b37 100644 --- a/app-admin/consul-template/consul-template-0.20.0.ebuild +++ b/app-admin/consul-template/consul-template-0.20.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Generic template rendering and notifications with Consul" GIT_COMMIT="9a0f301" EGO_PN="github.com/hashicorp/${PN}" HOMEPAGE="https://github.com/hashicorp/consul-template" -LICENSE="MPL-2.0" +LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 ISC MIT WTFPL-2" SLOT="0" # TODO: debug test failures RESTRICT="test"