From: Zac Medico Date: Sat, 21 Sep 2019 01:31:03 +0000 (-0700) Subject: dev-db/etcd: LICENSE: account for vendored software X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6f921e0c268bbe8a32df111df959af85c52a10eb;p=gentoo.git dev-db/etcd: LICENSE: account for vendored software Reported-by: Michał Górny Closes: https://bugs.gentoo.org/695230 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico --- diff --git a/dev-db/etcd/etcd-3.3.15.ebuild b/dev-db/etcd/etcd-3.3.15.ebuild index b3ed26c899a4..45845631992d 100644 --- a/dev-db/etcd/etcd-3.3.15.ebuild +++ b/dev-db/etcd/etcd-3.3.15.ebuild @@ -12,7 +12,7 @@ MY_PV="${PV/_rc/-rc.}" DESCRIPTION="Highly-available key value store for shared configuration and service discovery" HOMEPAGE="https://github.com/etcd-io/etcd" SRC_URI="https://${EGO_PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" IUSE="doc +server" DEPEND=">=dev-lang/go-1.12:=" diff --git a/dev-db/etcd/etcd-3.4.1.ebuild b/dev-db/etcd/etcd-3.4.1.ebuild index 051c32bb9b5a..66e471bbadb0 100644 --- a/dev-db/etcd/etcd-3.4.1.ebuild +++ b/dev-db/etcd/etcd-3.4.1.ebuild @@ -12,7 +12,7 @@ MY_PV="${PV/_rc/-rc.}" DESCRIPTION="Highly-available key value store for shared configuration and service discovery" HOMEPAGE="https://github.com/etcd-io/etcd" SRC_URI="${HOMEPAGE}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" IUSE="doc +server" DEPEND=">=dev-lang/go-1.12:="