commit: 6f921e0c268bbe8a32df111df959af85c52a10eb Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sat Sep 21 01:31:03 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Sep 21 01:39:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f921e0c
dev-db/etcd: LICENSE: account for vendored software Reported-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://bugs.gentoo.org/695230 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-db/etcd/etcd-3.3.15.ebuild | 2 +- dev-db/etcd/etcd-3.4.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/etcd/etcd-3.3.15.ebuild b/dev-db/etcd/etcd-3.3.15.ebuild index b3ed26c899a..45845631992 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 051c32bb9b5..66e471bbadb 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:="
