From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C013138334 for ; Tue, 28 May 2019 12:02:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24EBDE082B; Tue, 28 May 2019 12:02:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BD9AE082B for ; Tue, 28 May 2019 12:02:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCC493451A6 for ; Tue, 28 May 2019 12:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D909452 for ; Tue, 28 May 2019 12:02:30 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1559044908.68269dd80215e32ca6fe2e2b28f574919d13fe8c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-tmux/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-tmux/vim-tmux-3.0.0.ebuild X-VCS-Directories: app-vim/vim-tmux/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 68269dd80215e32ca6fe2e2b28f574919d13fe8c X-VCS-Branch: master Date: Tue, 28 May 2019 12:02:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd29b290-2026-4b91-bc6d-1a1efb0f7ef0 X-Archives-Hash: 7081c5e3b9b72ed3bd1981c5f40591fb commit: 68269dd80215e32ca6fe2e2b28f574919d13fe8c Author: Ulrich Müller gentoo org> AuthorDate: Tue May 28 12:01:26 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue May 28 12:01:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68269dd8 app-vim/vim-tmux: Fix LICENSE. Closes: https://bugs.gentoo.org/686748 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Ulrich Müller gentoo.org> app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild index 8f192ae47bd..d159003e5a1 100644 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild @@ -8,5 +8,5 @@ inherit vim-plugin DESCRIPTION="vim plugin: tmux support for vim" HOMEPAGE="https://github.com/tmux-plugins/vim-tmux" SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="vim.org" +LICENSE="public-domain MIT" KEYWORDS="~alpha alpha amd64 ~arm arm ~arm64 ~hppa ia64 ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd"