>>>>> On Wed, 20 Apr 2011, Jorge Manuel B S Vicetto wrote: >>> # @ECLASS-VARIABLE: XTRADB_VER >>> # @DESCRIPTION: >>> # Version of the XTRADB storage engine >>> XTRADB_VER="${XTRADB_VER}" >> >> Is this assignment needed, or could you use @DEFAULT_UNSET instead? >> (Assuming it's for the eclass manpage.) Same for other variables.
> Did you mean using ": ${XTRADB_VER:=}"? Done. No, I meant the @DEFAULT_UNSET marker from eclass-manpages: <http://archives.gentoo.org/gentoo-dev/msg_6b1983893ff01d0f1168f3fbe240ca2a.xml> Ulrich