make.defaults 641 B

1234567891011121314151617
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # Some USE-flags that only die-hards don't want:
  4. # readline: to have some sane command line editing, e.g. in python
  5. # zlib: for many things you just want gzip support
  6. # ncurses: a nice working console drawing library
  7. # ssl: encrypted connections are a nice feature
  8. USE="readline zlib ncurses ssl"
  9. FEATURES="collision-protect"
  10. # Python 3.5 is unmasked for us, build stuff by default, in particular
  11. # for bug #572502 where the default python is set to 3.5 for it was
  12. # built first.
  13. PYTHON_TARGETS="python2_7 python3_5"