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/docker-machine-kvm/
Date: Thu, 19 Sep 2019 01:32:02
Message-Id: 1568856668.94ed176ed2259b338d6bf86c24b12b94461b3653.zmedico@gentoo
1 commit: 94ed176ed2259b338d6bf86c24b12b94461b3653
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 01:30:36 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 01:31:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ed176e
7
8 app-emulation/docker-machine-kvm: 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/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild b/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild
19 index b9a0908fcb3..9fe51b9af89 100644
20 --- a/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild
21 +++ b/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -15,7 +15,7 @@ KEYWORDS="~amd64"
29 DESCRIPTION="KVM driver for docker-machine"
30
31 HOMEPAGE="https://github.com/dhiltgen/docker-machine-kvm"
32 -LICENSE="Apache-2.0"
33 +LICENSE="Apache-2.0 BSD CC-BY-SA-4.0 MIT ZLIB"
34 SLOT="0"
35 IUSE=""
36 COMMON_DEPEND="app-emulation/libvirt:=[qemu,virt-network]"