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 7E18E138334 for ; Fri, 13 Dec 2019 07:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8E7EE0815; Fri, 13 Dec 2019 07:16:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 88D16E0815 for ; Fri, 13 Dec 2019 07:16:39 +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 81BA934D8E2 for ; Fri, 13 Dec 2019 07:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1253F8B1 for ; Fri, 13 Dec 2019 07:16:36 +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: <1576221374.7e531d18506ec307e8d5df8229ca10617caa4f5a.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: syntax/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: syntax/ebuild.vim X-VCS-Directories: syntax/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e531d18506ec307e8d5df8229ca10617caa4f5a X-VCS-Branch: master Date: Fri, 13 Dec 2019 07:16:36 +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: b90776df-aece-4d00-8866-1982ad0dd3ff X-Archives-Hash: 03848bd7ee71d2f16dea00ac88f600bf commit: 7e531d18506ec307e8d5df8229ca10617caa4f5a Author: Michał Górny gentoo org> AuthorDate: Fri Dec 13 07:16:14 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 13 07:16:14 2019 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=7e531d18 syntax/ebuild.vim: Remove duplicate python_compile_all Signed-off-by: Michał Górny gentoo.org> syntax/ebuild.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index 30b9e8b..1190a2a 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -221,7 +221,6 @@ syn keyword EbuildDistutilsKeyword distutils_enable_sphinx syn keyword EbuildDistutilsFunction python_prepare python_prepare_all syn keyword EbuildDistutilsFunction python_configure python_configure_all syn keyword EbuildDistutilsFunction python_compile python_compile_all -syn keyword EbuildDistutilsFunction python_compile_all sphinx_compile_all syn keyword EbuildDistutilsFunction python_test python_test_all syn keyword EbuildDistutilsFunction python_install python_install_all