Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-cli/
Date: Fri, 04 Mar 2016 09:12:26
Message-Id: 1457081357.cb4d602e00f32dfc08a74555ef09ba602b2414f4.idella4@gentoo
1 commit: cb4d602e00f32dfc08a74555ef09ba602b2414f4
2 Author: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
3 AuthorDate: Fri Mar 4 08:39:52 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 08:49:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4d602e
7
8 app-admin/lastpass-cli: fix the license (GPL-2 -> GPL-2+)
9
10 The source files have the following clause:
11 "... either version 2 of the License, or (at your option) any later version."
12
13 Package-Manager: portage-2.2.26
14
15 app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild | 2 +-
16 app-admin/lastpass-cli/lastpass-cli-0.7.2.ebuild | 2 +-
17 app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild
21 index 40deeb9..3f9ca55 100644
22 --- a/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild
23 +++ b/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild
24 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 HOMEPAGE="https://github.com/lastpass/lastpass-cli"
26
27 SLOT="0"
28 -LICENSE="GPL-2"
29 +LICENSE="GPL-2+"
30 KEYWORDS="~amd64 ~x86"
31 IUSE="libressl X +pinentry"
32
33
34 diff --git a/app-admin/lastpass-cli/lastpass-cli-0.7.2.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.7.2.ebuild
35 index 1c207b0..7429ca8 100644
36 --- a/app-admin/lastpass-cli/lastpass-cli-0.7.2.ebuild
37 +++ b/app-admin/lastpass-cli/lastpass-cli-0.7.2.ebuild
38 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 HOMEPAGE="https://github.com/lastpass/lastpass-cli"
40
41 SLOT="0"
42 -LICENSE="GPL-2"
43 +LICENSE="GPL-2+"
44 KEYWORDS="~amd64 ~x86"
45 IUSE="libressl X +pinentry"
46
47
48 diff --git a/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild
49 index 8bb6a25..cb59557 100644
50 --- a/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild
51 +++ b/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild
52 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/lastpass/lastpass-cli"
53 SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
54
55 SLOT="0"
56 -LICENSE="GPL-2"
57 +LICENSE="GPL-2+"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="libressl X +pinentry"