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/skopeo/
Date: Fri, 15 Nov 2019 21:14:26
Message-Id: 1573852394.eef6015d8a2af09f16edfb16b5e637d3ffb43fda.zmedico@gentoo
1 commit: eef6015d8a2af09f16edfb16b5e637d3ffb43fda
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 21:12:16 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 21:13:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef6015d
7
8 app-emulation/skopeo: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Bug: https://bugs.gentoo.org/694906
12 Package-Manager: Portage-2.3.79, Repoman-2.3.18
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-emulation/skopeo/skopeo-0.1.39.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/skopeo/skopeo-0.1.39.ebuild b/app-emulation/skopeo/skopeo-0.1.39.ebuild
19 index 3af894ea4f9..b26bcce7615 100644
20 --- a/app-emulation/skopeo/skopeo-0.1.39.ebuild
21 +++ b/app-emulation/skopeo/skopeo-0.1.39.ebuild
22 @@ -10,7 +10,7 @@ DESCRIPTION="Command line utility foroperations on container images and image re
23 HOMEPAGE="https://github.com/containers/skopeo"
24 SRC_URI="https://github.com/containers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25
26 -LICENSE="Apache-2.0"
27 +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
28 SLOT="0"
29 KEYWORDS="~amd64"
30 IUSE=""