Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/buildah/
Date: Thu, 19 Sep 2019 03:17:17
Message-Id: 1568863001.b760350e909a265ec6d78e87a3960a8024ca4cfd.zmedico@gentoo
1 commit: b760350e909a265ec6d78e87a3960a8024ca4cfd
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 03:16:25 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 03:16:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b760350e
7
8 app-emulation/buildah: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Bug: https://bugs.gentoo.org/694890
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-emulation/buildah/buildah-1.11.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/buildah/buildah-1.11.2.ebuild b/app-emulation/buildah/buildah-1.11.2.ebuild
19 index 8962d91ae9c..6a58e5f4b30 100644
20 --- a/app-emulation/buildah/buildah-1.11.2.ebuild
21 +++ b/app-emulation/buildah/buildah-1.11.2.ebuild
22 @@ -7,7 +7,7 @@ inherit bash-completion-r1 golang-vcs-snapshot
23 KEYWORDS="~amd64"
24 DESCRIPTION="A tool that facilitates building OCI images"
25 HOMEPAGE="https://github.com/containers/buildah"
26 -LICENSE="Apache-2.0"
27 +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
28 SLOT="0"
29 IUSE="ostree selinux"
30 EGO_PN="${HOMEPAGE#*//}"