From: Patrice Clement Date: Tue, 7 Jun 2016 10:14:39 +0000 (+0000) Subject: app-vim/vim-flake8: LICENSE is BSD. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7eba3cf9613b08bc33014ec2684dd23fa92153eb;p=gentoo.git app-vim/vim-flake8: LICENSE is BSD. Package-Manager: portage-2.2.28 --- diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild index 2b924a52a00b..65ef30755e2c 100644 --- a/app-vim/vim-flake8/vim-flake8-1.6.ebuild +++ b/app-vim/vim-flake8/vim-flake8-1.6.ebuild @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: runs the currently open file through flake8" HOMEPAGE="https://github.com/nvie/vim-flake8" SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.zip -> ${P}.zip" -LICENSE="vim.org" +LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" DEPEND="app-arch/unzip"