Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/consul-template/
Date: Tue, 17 Sep 2019 21:40:46
Message-Id: 1568756367.c1839b9b7ec45352b5e5f0411a45103c6747abc4.zmedico@gentoo
1 commit: c1839b9b7ec45352b5e5f0411a45103c6747abc4
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 21:38:55 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 21:39:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1839b9b
7
8 app-admin/consul-template: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/694700
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-admin/consul-template/consul-template-0.20.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-admin/consul-template/consul-template-0.20.0.ebuild b/app-admin/consul-template/consul-template-0.20.0.ebuild
19 index e76748e495c..0dc27765b37 100644
20 --- a/app-admin/consul-template/consul-template-0.20.0.ebuild
21 +++ b/app-admin/consul-template/consul-template-0.20.0.ebuild
22 @@ -10,7 +10,7 @@ DESCRIPTION="Generic template rendering and notifications with Consul"
23 GIT_COMMIT="9a0f301"
24 EGO_PN="github.com/hashicorp/${PN}"
25 HOMEPAGE="https://github.com/hashicorp/consul-template"
26 -LICENSE="MPL-2.0"
27 +LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 ISC MIT WTFPL-2"
28 SLOT="0"
29 # TODO: debug test failures
30 RESTRICT="test"