You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
601 B
16 lines
601 B
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Some USE-flags that only die-hards don't want:
|
|
# readline: to have some sane command line editing, e.g. in python
|
|
# zlib: for many things you just want gzip support
|
|
# ncurses: a nice working console drawing library
|
|
# ssl: encrypted connections are a nice feature
|
|
USE="readline zlib ncurses ssl"
|
|
|
|
|
|
# In Prefix, aim for Python 3 only, leaving out 2 to avoid unnecessary
|
|
# builds
|
|
# NOTE: Both are incremental variables: Need to drop obsolete base values.
|
|
PYTHON_TARGETS="-python2_7"
|