On Thursday 18 February 2010 22:33:42 Tomáš Chvátal wrote:
> [[ ${PN} == util-macros ]] || DEPEND+=" >=x11-misc/util-macros-1.3.0"
> [[ ${PN} == font-util ]] || DEPEND+=" >=media-fonts/font-util-1.1.1-r1"
Do non-fonts really need font-util there? Looks like that sets up a nice
circular dependency.
> [[ -e "./configure.ac" ]] && eautoreconf || ewarn
> "Unable to autoreconf
the configure script. Things may fail."
That'll ewarn if configure.ac doesn't exist at all. Doesn't eautoreconf die
anyway if it fails, and if not, is it a good idea for failures to only give a
warning?