From: Zac Medico Date: Thu, 19 Sep 2019 03:35:45 +0000 (-0700) Subject: app-emulation/libpod: LICENSE: account for vendored software X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b2cf1d1ff5f97d5ea9adcce8de3e4a8916476771;p=gentoo.git app-emulation/libpod: 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/libpod/libpod-1.5.1-r1.ebuild b/app-emulation/libpod/libpod-1.5.1-r1.ebuild index a3cd4c059627..f1061d08281f 100644 --- a/app-emulation/libpod/libpod-1.5.1-r1.ebuild +++ b/app-emulation/libpod/libpod-1.5.1-r1.ebuild @@ -11,7 +11,7 @@ inherit bash-completion-r1 flag-o-matic golang-vcs-snapshot DESCRIPTION="Library and podman tool for running OCI-based containers in Pods" HOMEPAGE="https://github.com/containers/libpod/" SRC_URI="https://github.com/containers/libpod/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64"