В Чтв, 19/08/2010 в 19:58 +0000, Duncan пишет: > Jim Ramsay posted on Thu, 19 Aug 2010 17:00:17 +0000 as excerpted: > > > Option 1: IUSE="python python3" > > > > Where python -> --enable-pythoninterp And python3 -> > > --enable-python3interp > > > > This means if you want python3 support and not python2 support you would > > need USE="-python +python3" A bit confusing, perhaps? Or if I set the > > local flag description properly, is it okay? > > What about USE=python indicating "maintainer's choice" of version?
++ But not maintainer's choice, but _upstream's choice_. > You could then have either python2 or python3 flags for the other one. Yup. This allows people to have best python support if they don't care about version and those who care have USE flag for additional feature. -- Peter.
