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-replicate/
Date: Tue, 17 Sep 2019 21:49:22
Message-Id: 1568756950.a823cbb7fc6a10e35a7c1ef0b7892ffcd184ead1.zmedico@gentoo
1 commit: a823cbb7fc6a10e35a7c1ef0b7892ffcd184ead1
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 21:47:28 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 21:49:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a823cbb7
7
8 app-admin/consul-replicate: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/694696
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-replicate/consul-replicate-0.2.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild b/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild
19 index 6696574acdd..7ea2003bd5a 100644
20 --- a/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild
21 +++ b/app-admin/consul-replicate/consul-replicate-0.2.0.ebuild
22 @@ -9,7 +9,7 @@ KEYWORDS="~amd64"
23 DESCRIPTION="Consul cross-DC KV replication daemon"
24 EGO_PN="github.com/hashicorp/${PN}/..."
25 HOMEPAGE="https://github.com/hashicorp/consul-replicate"
26 -LICENSE="MPL-2.0"
27 +LICENSE="MPL-2.0 Apache-2.0 BSD MIT"
28 SLOT="0"
29 IUSE="test"