diff options
author | Göktürk Yüksek <gokturk@binghamton.edu> | 2016-03-04 03:39:52 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@binghamton.edu> | 2016-03-04 03:49:17 -0500 |
commit | cb4d602e00f32dfc08a74555ef09ba602b2414f4 (patch) | |
tree | ad708e08bbe3eb54e378a43dc79780c0753ce5a9 /app-admin | |
parent | app-admin/lastpass-cli: drop old versions 0.6.0, 0.7.1, 0.8.0 (diff) | |
download | gentoo-cb4d602e00f32dfc08a74555ef09ba602b2414f4.tar.gz gentoo-cb4d602e00f32dfc08a74555ef09ba602b2414f4.tar.bz2 gentoo-cb4d602e00f32dfc08a74555ef09ba602b2414f4.zip |
app-admin/lastpass-cli: fix the license (GPL-2 -> GPL-2+)
The source files have the following clause:
"... either version 2 of the License, or (at your option) any later version."
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/lastpass-cli/lastpass-cli-0.7.2.ebuild | 2 | ||||
-rw-r--r-- | app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild index 40deeb90dc06..3f9ca5586b77 100644 --- a/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild +++ b/app-admin/lastpass-cli/lastpass-cli-0.6.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/lastpass/lastpass-cli" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" IUSE="libressl X +pinentry" diff --git a/app-admin/lastpass-cli/lastpass-cli-0.7.2.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.7.2.ebuild index 1c207b0d197b..7429ca8207fe 100644 --- a/app-admin/lastpass-cli/lastpass-cli-0.7.2.ebuild +++ b/app-admin/lastpass-cli/lastpass-cli-0.7.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/lastpass/lastpass-cli" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" IUSE="libressl X +pinentry" diff --git a/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild index 8bb6a25f0af2..cb59557967d9 100644 --- a/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild +++ b/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/lastpass/lastpass-cli" SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" IUSE="libressl X +pinentry" |