From 7eba3cf9613b08bc33014ec2684dd23fa92153eb Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Tue, 7 Jun 2016 10:14:39 +0000 Subject: [PATCH] app-vim/vim-flake8: LICENSE is BSD. Package-Manager: portage-2.2.28 --- app-vim/vim-flake8/vim-flake8-1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild index 2b924a52a00b5..65ef30755e2ca 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"