Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-syntax r56 - trunk/gentoo-syntax/syntax
Date: Mon, 27 Oct 2008 10:02:41
Message-Id: E1KuOvn-0003lv-D3@stork.gentoo.org
1 Author: hawking
2 Date: 2008-10-27 10:02:38 +0000 (Mon, 27 Oct 2008)
3 New Revision: 56
4
5 Modified:
6 trunk/gentoo-syntax/syntax/ebuild.vim
7 Log:
8 Add python_need_rebuild.
9
10 Modified: trunk/gentoo-syntax/syntax/ebuild.vim
11 ===================================================================
12 --- trunk/gentoo-syntax/syntax/ebuild.vim 2008-10-21 17:46:02 UTC (rev 55)
13 +++ trunk/gentoo-syntax/syntax/ebuild.vim 2008-10-27 10:02:38 UTC (rev 56)
14 @@ -158,7 +158,7 @@
15 " python
16 syn keyword EbuildPythonKeyword python_version python_tkinter_exists python_mod_exists python_mod_compile
17 syn keyword EbuildPythonKeyword python_mod_optimize python_mod_cleanup python_makesym python_disable_pyc
18 -syn keyword EbuildPythonKeyword python_enable_pyc python_get_libdir python_get_sitedir
19 +syn keyword EbuildPythonKeyword python_enable_pyc python_get_libdir python_get_sitedir python_need_rebuild
20
21 " check-kernel
22 syn keyword EbuildCheckKernelKeyword check_version_h get_KV_info is_2_4_kernel is_2_5_kernel is_2_6_kernel