1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 # Some USE-flags that only die-hards don't want:
5 # readline: to have some sane command line editing, e.g. in python
6 # zlib: for many things you just want gzip support
7 # ncurses: a nice working console drawing library
8 # ssl: encrypted connections are a nice feature
9 USE="readline zlib ncurses ssl"