Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/drive/
Date: Wed, 18 Sep 2019 17:37:42
Message-Id: 1568828253.330a90af2968c0c00828005b5c05e9e19af5a842.zmedico@gentoo
1 commit: 330a90af2968c0c00828005b5c05e9e19af5a842
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 17:35:26 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 17:37:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330a90af
7
8 net-misc/drive: LICENSE: account for vendored software
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 net-misc/drive/drive-0.3.9.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/drive/drive-0.3.9.1.ebuild b/net-misc/drive/drive-0.3.9.1.ebuild
17 index 7bd117f426a..996aee6541f 100644
18 --- a/net-misc/drive/drive-0.3.9.1.ebuild
19 +++ b/net-misc/drive/drive-0.3.9.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,7 +6,7 @@ EAPI=6
27 KEYWORDS="amd64"
28 DESCRIPTION="Google Drive client for the commandline"
29 HOMEPAGE="https://github.com/odeke-em/drive"
30 -LICENSE="Apache-2.0"
31 +LICENSE="Apache-2.0 BSD MIT"
32 SLOT="0"
33 IUSE=""
34 EGO_PN="${HOMEPAGE#*//}"