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/
Date: Tue, 17 Sep 2019 21:21:31
Message-Id: 1568755277.4ee127d0be93b7541d66e7ec69390636ef88f072.zmedico@gentoo
1 commit: 4ee127d0be93b7541d66e7ec69390636ef88f072
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 21:17:16 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 21:21:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee127d0
7
8 app-admin/consul: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/694694
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/consul-1.4.4-r1.ebuild | 2 +-
16 app-admin/consul/consul-1.5.3.ebuild | 2 +-
17 app-admin/consul/consul-1.6.0.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/app-admin/consul/consul-1.4.4-r1.ebuild b/app-admin/consul/consul-1.4.4-r1.ebuild
21 index cd2aa631ab4..d2c2ea9df0b 100644
22 --- a/app-admin/consul/consul-1.4.4-r1.ebuild
23 +++ b/app-admin/consul/consul-1.4.4-r1.ebuild
24 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.consul.io"
25 SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 SLOT="0"
28 -LICENSE="MPL-2.0"
29 +LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT"
30 IUSE=""
31
32 RESTRICT="test"
33
34 diff --git a/app-admin/consul/consul-1.5.3.ebuild b/app-admin/consul/consul-1.5.3.ebuild
35 index 913d62b917c..89aa8a2c884 100644
36 --- a/app-admin/consul/consul-1.5.3.ebuild
37 +++ b/app-admin/consul/consul-1.5.3.ebuild
38 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.consul.io"
39 SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40
41 SLOT="0"
42 -LICENSE="MPL-2.0"
43 +LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT"
44 IUSE=""
45
46 RESTRICT="test"
47
48 diff --git a/app-admin/consul/consul-1.6.0.ebuild b/app-admin/consul/consul-1.6.0.ebuild
49 index b5b9eab35a1..91013647ce8 100644
50 --- a/app-admin/consul/consul-1.6.0.ebuild
51 +++ b/app-admin/consul/consul-1.6.0.ebuild
52 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.consul.io"
53 SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> ${P}.tar.gz"
54
55 SLOT="0"
56 -LICENSE="MPL-2.0"
57 +LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT"
58 IUSE=""
59
60 RESTRICT="test"