KH wrote:
Hi,

so inspired by [gentoo-user] USE="mmx mmxext sse sse2 ssse3 3dnow
3dnowext" I again thougt about my USE flags.

Now I want to put them in an order which is better fitting my need than
the alphabetical order. I remember I saw something ordering it for
hardware and software, but I can't remember the correct way. Was it:
USE_HARDWARE
USE_SOFTWARE

???

Does anyone now this out of the box?

You can do whatever you wish as long as USE contains all you need in the end. Example:

  USE_FOO="this n that"
  USE_BAR="some more flags"
  BLAH="whatever else there might be"

  USE="${USE_FOO} ${USE_BAR} ${BLAH}"


Reply via email to