Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/
Date: Tue, 05 Dec 2017 04:53:46
Message-Id: 1512449562.ff8aa5166c94f2a1e6a059d2735b93cc15179b5a.radhermit@gentoo
1 commit: ff8aa5166c94f2a1e6a059d2735b93cc15179b5a
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 5 04:52:08 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 5 04:52:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8aa516
7
8 app-vim/lightline: update LICENSE
9
10 app-vim/lightline/lightline-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-vim/lightline/lightline-9999.ebuild b/app-vim/lightline/lightline-9999.ebuild
14 index 0aa89f10998..a73386531e3 100644
15 --- a/app-vim/lightline/lightline-9999.ebuild
16 +++ b/app-vim/lightline/lightline-9999.ebuild
17 @@ -15,7 +15,7 @@ fi
18
19 DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
20 HOMEPAGE="https://github.com/itchyny/lightline.vim/"
21 -LICENSE="vim.org"
22 +LICENSE="MIT"
23 VIM_PLUGIN_HELPFILES="${PN}"
24
25 src_compile() { :; }