From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6CA1059CA3 for ; Sun, 6 Mar 2016 12:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0109321C001 for ; Sun, 6 Mar 2016 12:01:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CC0DE07D9 for ; Sat, 5 Mar 2016 23:35:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C3D2340AB5 for ; Sat, 5 Mar 2016 23:35:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E19E32332 for ; Sat, 5 Mar 2016 23:35:17 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1457220669.e52b2ec0fc88921d27e07f88acafecac6461c862.radhermit@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: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: e52b2ec0fc88921d27e07f88acafecac6461c862 X-VCS-Branch: master Date: Sat, 5 Mar 2016 23:35:17 +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-Archives-Salt: d19b464e-59dd-46fa-a66a-0f4f56a99a8b X-Archives-Hash: 04d5305507ba8c6e123ba8df961d3059 commit: e52b2ec0fc88921d27e07f88acafecac6461c862 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 18 22:43:22 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Mar 5 23:31:09 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=e52b2ec0 ebuild syntax: Update for EAPI 6 keywords syntax/ebuild.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index 6f3cb92..e46dffe 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -37,7 +37,8 @@ syn keyword EbuildCoreKeyword newexe newheader newins newman newsbin prepall pre syn keyword EbuildCoreKeyword prepallinfo prepallman prepallstrip has unpack dosed into syn keyword EbuildCoreKeyword doinitd doconfd doenvd dojar domo dodir ebegin eend syn keyword EbuildCoreKeyword newconfd newdoc newenvd newinitd newlib.a newlib.so -syn keyword EbuildCoreKeyword hasq hasv useq usev usex elog +syn keyword EbuildCoreKeyword hasq hasv useq usev usex elog eapply eapply_user +syn keyword EbuildCoreKeyword einstalldocs in_iuse get_libdir " Sandbox syn keyword EbuildCoreKeyword addread addwrite adddeny addpredict @@ -117,7 +118,7 @@ syn keyword EbuildVimPluginKeyword update_vim_afterscripts display_vim_plugin_he syn keyword EbuildVimDocKeyword update_vim_helptags " multilib -syn keyword EbuildMultilibKeyword has_multilib_profile get_libdir get_multilibdir get_libdir_override +syn keyword EbuildMultilibKeyword has_multilib_profile get_multilibdir get_libdir_override syn keyword EbuildMultilibKeyword get_abi_var get_abi_CFLAGS get_abi_LDFLAGS get_abi_CHOST syn keyword EbuildMultilibKeyword get_abi_FAKE_TARGETS get_abi_CDEFINE get_abi_LIBDIR get_install_abis syn keyword EbuildMultilibKeyword get_all_abis get_all_libdirs is_final_abi number_abis get_ml_incdir