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/libpod/
Date: Thu, 19 Sep 2019 03:37:21
Message-Id: 1568864169.b2cf1d1ff5f97d5ea9adcce8de3e4a8916476771.zmedico@gentoo
1 commit: b2cf1d1ff5f97d5ea9adcce8de3e4a8916476771
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 03:35:45 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 03:36:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2cf1d1f
7
8 app-emulation/libpod: 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/libpod/libpod-1.5.1-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/libpod/libpod-1.5.1-r1.ebuild b/app-emulation/libpod/libpod-1.5.1-r1.ebuild
19 index a3cd4c05962..f1061d08281 100644
20 --- a/app-emulation/libpod/libpod-1.5.1-r1.ebuild
21 +++ b/app-emulation/libpod/libpod-1.5.1-r1.ebuild
22 @@ -11,7 +11,7 @@ inherit bash-completion-r1 flag-o-matic golang-vcs-snapshot
23 DESCRIPTION="Library and podman tool for running OCI-based containers in Pods"
24 HOMEPAGE="https://github.com/containers/libpod/"
25 SRC_URI="https://github.com/containers/libpod/archive/v${PV}.tar.gz -> ${P}.tar.gz"
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
30 KEYWORDS="~amd64"