From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A0B413829C for ; Tue, 7 Jun 2016 11:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A66A8254042; Tue, 7 Jun 2016 11:03:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AE27254042 for ; Tue, 7 Jun 2016 11:03:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42AD2340CE1 for ; Tue, 7 Jun 2016 11:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A038C208F for ; Tue, 7 Jun 2016 11:03:20 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1465295715.7eba3cf9613b08bc33014ec2684dd23fa92153eb.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-flake8/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-flake8/vim-flake8-1.6.ebuild X-VCS-Directories: app-vim/vim-flake8/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7eba3cf9613b08bc33014ec2684dd23fa92153eb X-VCS-Branch: master Date: Tue, 7 Jun 2016 11:03:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e7c903b4-6224-472e-a311-f651547925f1 X-Archives-Hash: 6d059dafe999eb4c166ec53f66f4195e commit: 7eba3cf9613b08bc33014ec2684dd23fa92153eb Author: Patrice Clement gentoo org> AuthorDate: Tue Jun 7 10:14:39 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Jun 7 10:35:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eba3cf9 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 2b924a5..65ef307 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"