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 7AFF7138335 for ; Wed, 27 Nov 2019 08:09:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F907E08DD; Wed, 27 Nov 2019 08:09:25 +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 68122E08DD for ; Wed, 27 Nov 2019 08:09:25 +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 22D4D34D46A for ; Wed, 27 Nov 2019 08:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AC2C8B7 for ; Wed, 27 Nov 2019 08:09:21 +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: <1574841998.1594586af0f37d3df38c739279eef899724a8931.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: 1594586af0f37d3df38c739279eef899724a8931 X-VCS-Branch: master Date: Wed, 27 Nov 2019 08:09:21 +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: 79c7af34-2700-466c-91dd-e7967f808122 X-Archives-Hash: 9cbe31fed8e5086f78db667edf38ea51 commit: 1594586af0f37d3df38c739279eef899724a8931 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 27 08:06:38 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 27 08:06:38 2019 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=1594586a syntax/ebuild.vim: Add python_check_deps too Signed-off-by: Michał Górny gentoo.org> syntax/ebuild.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index 18fb2af..694537b 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -189,6 +189,7 @@ syn keyword EbuildPythonKeyword python_gen_usedep python_gen_useflags python_gen syn keyword EbuildPythonKeyword python_gen_impl_dep python_copy_sources python_foreach_impl syn keyword EbuildPythonKeyword python_setup python_replicate_script python_gen_any_dep syn keyword EbuildPythonKeyword python-single-r1_pkg_setup python-any-r1_pkg_setup +syn keyword EbuildPythonKeyword python_check_deps " deprecated functions syn keyword EbuildDeprecatedKeyword python_parallel_foreach_impl python_export_best