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 C7935138334 for ; Mon, 15 Jul 2019 15:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0562E0896; Mon, 15 Jul 2019 15:03:41 +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 6B2B4E0896 for ; Mon, 15 Jul 2019 15:03:41 +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 633BB347C1E for ; Mon, 15 Jul 2019 15:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 415AE6DB for ; Mon, 15 Jul 2019 15:03:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563203007.fc3e2b24e715c39f178008a68aec511a3e1e3a58.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fc3e2b24e715c39f178008a68aec511a3e1e3a58 X-VCS-Branch: master Date: Mon, 15 Jul 2019 15:03:38 +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: ffdad007-a135-4c9a-9c18-1752c706f7a2 X-Archives-Hash: 175b34dc00ad82d073b544670b613668 commit: fc3e2b24e715c39f178008a68aec511a3e1e3a58 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 15 15:01:32 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 15 15:03:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3e2b24 app-vim/vim-tmux: [QA] Fix duplicate keywords Fixes: 200ce5260c7f827b5ca9e3f1faf0a692d2b573a6 Signed-off-by: Michał Górny 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 d159003e5a1..5f796471c67 100644 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild @@ -9,4 +9,4 @@ 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="public-domain MIT" -KEYWORDS="~alpha alpha amd64 ~arm arm ~arm64 ~hppa ia64 ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd"