Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Patch: Linguas USE support for cmake-utils.eclass
Date: Sat, 23 Jun 2012 18:32:26
Message-Id: 201206231432.05374.vapier@gentoo.org
In Reply to: [gentoo-dev] Patch: Linguas USE support for cmake-utils.eclass by Michael Palimaka
1 On Saturday 23 June 2012 13:37:59 Michael Palimaka wrote:
2 > +for x in ${LANGS}; do
3 > + IUSE+=" linguas_${x}"
4 > +done
5
6 if you don't want to make it into an array:
7 IUSE+=" $(printf 'linguas_%s ' ${LANGS})"
8 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies