I was trying to get some debugging information for an upcoming email to 
this list, and I noticed that SKIP_FUNCTIONS=tidyup no longer seems to 
work.

In my /etc/paludis/bashrc I have:

case "${CATEGORY}/${PN}" in
    #
    # ...(various package-specific tweaks)...
    #
    */hilite) SKIP_FUNCTIONS="${SKIP_FUNCTIONS} tidyup" ;;
esac

Then I'm installing app-misc/hilite (suggested long ago on this list as a 
good tiny package for testing).

Adding an 'ewarn' confirms that the line is getting hit.  Also tried 
adding an explicit 'export' of SKIP_FUNCTIONS, and adding 'builtin_tidyup' 
rather than 'tidyup'.  None of those options seems to suppress the 
builtin_tidyup phase.

Is this intentional?

$ paludis --version
paludis 0.42.0

Best,
Ben
_______________________________________________
paludis-user mailing list
[email protected]
http://lists.pioto.org/mailman/listinfo/paludis-user

Reply via email to