From: Zac Medico Date: Thu, 19 Sep 2019 03:16:25 +0000 (-0700) Subject: app-emulation/buildah: LICENSE: account for vendored software X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b760350e909a265ec6d78e87a3960a8024ca4cfd;p=gentoo.git app-emulation/buildah: LICENSE: account for vendored software Reported-by: Michał Górny Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico --- diff --git a/app-emulation/buildah/buildah-1.11.2.ebuild b/app-emulation/buildah/buildah-1.11.2.ebuild index 8962d91ae9cc..6a58e5f4b30b 100644 --- a/app-emulation/buildah/buildah-1.11.2.ebuild +++ b/app-emulation/buildah/buildah-1.11.2.ebuild @@ -7,7 +7,7 @@ inherit bash-completion-r1 golang-vcs-snapshot KEYWORDS="~amd64" DESCRIPTION="A tool that facilitates building OCI images" HOMEPAGE="https://github.com/containers/buildah" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0" SLOT="0" IUSE="ostree selinux" EGO_PN="${HOMEPAGE#*//}"