make.conf: Switch python targets to 3.4
It's the latest stable python3.
This commit is contained in:
parent
efeeb737b6
commit
d542be4ba2
|
@ -11,4 +11,4 @@ EPAUSE_IGNORE="1"
|
|||
EMERGE_DEFAULT_OPTS="--jobs=2 --autounmask=n"
|
||||
FEATURES="noinfo -test nodoc noman nostrip unmerge-orphans buildpkg notitles parallel-fetch"
|
||||
CURL_SSL="openssl"
|
||||
PYTHON_TARGETS="python3_3"
|
||||
PYTHON_TARGETS="python3_4"
|
||||
|
|
|
@ -11,5 +11,5 @@ EPAUSE_IGNORE="1"
|
|||
EMERGE_DEFAULT_OPTS="--jobs=2 --autounmask=n"
|
||||
FEATURES="noinfo -test nodoc noman nostrip unmerge-orphans buildpkg notitles parallel-fetch"
|
||||
CURL_SSL="openssl"
|
||||
PYTHON_TARGETS="python3_3"
|
||||
PYTHON_TARGETS="python3_4"
|
||||
ABI_X86="32"
|
||||
|
|
Loading…
Reference in New Issue