From 4463e4a87ec2835e1454bbe4f99e5b054aa12855 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 11 Sep 2011 18:09:44 -0700 Subject: Move KV funcs to bashrc-functions.sh. --- bin/ebuild.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 1d014167a..641d82703 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -27,8 +27,9 @@ else # These dummy functions are for things that are likely to be called # in global scope, even though they are completely useless during # the "depend" phase. - for x in diropts docompress exeopts insopts \ - keepdir libopts register_die_hook register_success_hook \ + for x in diropts docompress exeopts get_KV insopts \ + keepdir KV_major KV_micro KV_minor KV_to_int \ + libopts register_die_hook register_success_hook \ remove_path_entry set_unless_changed strip_duplicate_slashes \ unset_unless_changed use useq usev use_with use_enable ; do eval "${x}() { : ; }" -- cgit v1.2.3-1-g7c22