diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-09-20 18:31:03 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-09-20 18:39:58 -0700 |
commit | 6f921e0c268bbe8a32df111df959af85c52a10eb (patch) | |
tree | e7aef856373f8f4e27204f5d958a0e25869898bb /dev-db/etcd | |
parent | media-plugins/kodi-audioencoder-vorbis: 2.0.3 version bump (diff) | |
download | gentoo-6f921e0c268bbe8a32df111df959af85c52a10eb.tar.gz gentoo-6f921e0c268bbe8a32df111df959af85c52a10eb.tar.bz2 gentoo-6f921e0c268bbe8a32df111df959af85c52a10eb.zip |
dev-db/etcd: LICENSE: account for vendored software
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>
Diffstat (limited to 'dev-db/etcd')
-rw-r--r-- | dev-db/etcd/etcd-3.3.15.ebuild | 2 | ||||
-rw-r--r-- | 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 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:=" |