diff options
Diffstat (limited to 'profiles/prefix/make.defaults')
-rw-r--r-- | profiles/prefix/make.defaults | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 77e5de432700..cf9a80a85256 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -7,9 +7,3 @@ # 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" |