summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2011-12-29 11:03:54 +0000
committerChristian Faulhammer <fauli@gentoo.org>2011-12-29 11:03:54 +0000
commitf573550fe64dd51b425ca78edeac8054a71ed0a3 (patch)
tree1b74258262e87bce804070bf4d1e72d766055290
parentgentoo-syntax: (ebuild-mode-keywords-autotools) Add eaclocal_amflags() function (diff)
downloadebuild-mode-f573550fe64dd51b425ca78edeac8054a71ed0a3.tar.gz
ebuild-mode-f573550fe64dd51b425ca78edeac8054a71ed0a3.tar.bz2
ebuild-mode-f573550fe64dd51b425ca78edeac8054a71ed0a3.zip
gentoo-syntax: (ebuild-mode-keywords-eutils) Add function usex()
svn path=/gentoo-syntax/; revision=1684
-rw-r--r--ChangeLog2
-rw-r--r--ebuild-mode-keywords.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 175eb87..470ce67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@
(ebuild-mode-keywords-toolchain): Add gcc-multilib-configure()
function. Remove functions gcc-library-configure() and
add_version to shared()
- (ebuild-mode-keywords-eutils): Add in_iuse() function
+ (ebuild-mode-keywords-eutils): Add functions in_iuse() and usex()
(ebuild-mode-keywords-autotools): Add eaclocal_amflags() function
2011-12-28 Christian Faulhammer <fauli@gentoo.org>
diff --git a/ebuild-mode-keywords.el b/ebuild-mode-keywords.el
index cf1639b..1cf3167 100644
--- a/ebuild-mode-keywords.el
+++ b/ebuild-mode-keywords.el
@@ -413,7 +413,7 @@
"domenu" "newmenu" "doicon" "newicon" "check_license" "cdrom_get_cds"
"cdrom_load_next_cd" "strip-linguas" "set_arch_to_kernel" "in_iuse"
"set_arch_to_portage" "preserve_old_lib" "preserve_old_lib_notify"
- "built_with_use" "epunt_cxx" "make_wrapper" "gen_usr_ldscript"
+ "built_with_use" "epunt_cxx" "make_wrapper" "gen_usr_ldscript" "usex"
"draw_line" "have_NPTL" "get_number_of_jobs" "egetent" "unpack_pdv"
"unpack_makeself" "cdrom_load_next" "cdrom_locate_file_on_cd"
"find_unpackable_file" "eshopts_push" "eshopts_pop" "path_exists")