Test if ebuild functions are defined before calling them. This
authorZac Medico <zmedico@gentoo.org>
Sun, 25 Nov 2007 09:10:14 +0000 (09:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 25 Nov 2007 09:10:14 +0000 (09:10 -0000)
commitbfd1864fb27875057c4bdf6c6271a7744ce877c4
treea574a8544c738d7437bc5a15b8330b6a472cdb21
parent62c4fdbc5d7ab789f449d3a3c5cc4c14e51bfbab
Test if ebuild functions are defined before calling them. This
will be useful if an environment.bz2 has been loaded and it has
missing functions for some reason. For example, there are a lot
of default functions that are empty and could simply be omitted
from the environment. (trunk r8654)

svn path=/main/branches/2.1.2/; revision=8657
bin/ebuild.sh