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 9C79F138334 for ; Fri, 11 Oct 2019 20:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1481E0874; Fri, 11 Oct 2019 20:07:34 +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 BA1F2E0874 for ; Fri, 11 Oct 2019 20:07:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ABE2634BBD4 for ; Fri, 11 Oct 2019 20:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2C1982C for ; Fri, 11 Oct 2019 20:07:31 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1570824428.7aececd27435dd76fb10ed0a7218953d68653b05.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimpython/vimpython-1.13-r2.ebuild X-VCS-Directories: app-vim/vimpython/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7aececd27435dd76fb10ed0a7218953d68653b05 X-VCS-Branch: master Date: Fri, 11 Oct 2019 20:07:31 +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: f5434256-ae4d-485a-9a09-077b17890ac9 X-Archives-Hash: 4297d7dcfeeec68d18e6f845b04f0893 commit: 7aececd27435dd76fb10ed0a7218953d68653b05 Author: Matt Turner gentoo org> AuthorDate: Fri Oct 11 20:06:58 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 11 20:07:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aececd2 app-vim/vimpython-1.13-r2: alpha stable, bug 693126 Signed-off-by: Matt Turner gentoo.org> app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild b/app-vim/vimpython/vimpython-1.13-r2.ebuild index 3713d9288a6..6631841a4fe 100644 --- a/app-vim/vimpython/vimpython-1.13-r2.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild @@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30" LICENSE="vim" -KEYWORDS="~alpha amd64 ia64 ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}"