diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-09-18 20:16:25 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-09-18 20:16:41 -0700 |
commit | b760350e909a265ec6d78e87a3960a8024ca4cfd (patch) | |
tree | 294c753b42a6bc71292bbcbf8ea25abfe5054a0c /app-emulation/buildah | |
parent | app-emulation/buildah: Remove old versions (diff) | |
download | gentoo-b760350e909a265ec6d78e87a3960a8024ca4cfd.tar.gz gentoo-b760350e909a265ec6d78e87a3960a8024ca4cfd.tar.bz2 gentoo-b760350e909a265ec6d78e87a3960a8024ca4cfd.zip |
app-emulation/buildah: LICENSE: account for vendored software
Reported-by: Michał Górny <mgorny@gentoo.org>
Bug: https://bugs.gentoo.org/694890
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-emulation/buildah')
-rw-r--r-- | app-emulation/buildah/buildah-1.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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#*//}" |