Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/
Date: Sat, 21 Sep 2019 01:40:25
Message-Id: 1569029998.6f921e0c268bbe8a32df111df959af85c52a10eb.zmedico@gentoo
1 commit: 6f921e0c268bbe8a32df111df959af85c52a10eb
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 01:31:03 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 01:39:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f921e0c
7
8 dev-db/etcd: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/695230
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 dev-db/etcd/etcd-3.3.15.ebuild | 2 +-
16 dev-db/etcd/etcd-3.4.1.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-db/etcd/etcd-3.3.15.ebuild b/dev-db/etcd/etcd-3.3.15.ebuild
20 index b3ed26c899a..45845631992 100644
21 --- a/dev-db/etcd/etcd-3.3.15.ebuild
22 +++ b/dev-db/etcd/etcd-3.3.15.ebuild
23 @@ -12,7 +12,7 @@ MY_PV="${PV/_rc/-rc.}"
24 DESCRIPTION="Highly-available key value store for shared configuration and service discovery"
25 HOMEPAGE="https://github.com/etcd-io/etcd"
26 SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
27 -LICENSE="Apache-2.0"
28 +LICENSE="Apache-2.0 BSD BSD-2 MIT"
29 SLOT="0"
30 IUSE="doc +server"
31 DEPEND=">=dev-lang/go-1.12:="
32
33 diff --git a/dev-db/etcd/etcd-3.4.1.ebuild b/dev-db/etcd/etcd-3.4.1.ebuild
34 index 051c32bb9b5..66e471bbadb 100644
35 --- a/dev-db/etcd/etcd-3.4.1.ebuild
36 +++ b/dev-db/etcd/etcd-3.4.1.ebuild
37 @@ -12,7 +12,7 @@ MY_PV="${PV/_rc/-rc.}"
38 DESCRIPTION="Highly-available key value store for shared configuration and service discovery"
39 HOMEPAGE="https://github.com/etcd-io/etcd"
40 SRC_URI="${HOMEPAGE}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
41 -LICENSE="Apache-2.0"
42 +LICENSE="Apache-2.0 BSD BSD-2 MIT"
43 SLOT="0"
44 IUSE="doc +server"
45 DEPEND=">=dev-lang/go-1.12:="