On Saturday 23 June 2012 13:37:59 Michael Palimaka wrote:
> +for x in ${LANGS}; do
> +       IUSE+=" linguas_${x}"
> +done

if you don't want to make it into an array:
IUSE+=" $(printf 'linguas_%s ' ${LANGS})"
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to