dev-db/etcd: LICENSE: account for vendored software
authorZac Medico <zmedico@gentoo.org>
Sat, 21 Sep 2019 01:31:03 +0000 (18:31 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 21 Sep 2019 01:39:58 +0000 (18:39 -0700)
Reported-by: Michał Górny <mgorny@gentoo.org>
Closes: https://bugs.gentoo.org/695230
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico@gentoo.org>
dev-db/etcd/etcd-3.3.15.ebuild
dev-db/etcd/etcd-3.4.1.ebuild

index b3ed26c899a4dcc706cfaec4cf72ea7af6b89e49..45845631992de62bdad56641c24d6a81495ac4fd 100644 (file)
@@ -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:="
index 051c32bb9b5a9fc082a73448f12ddd8774d115d7..66e471bbadb0d01a3a4fd2b7f285cafd1314b814 100644 (file)
@@ -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:="