make.conf: Switch python targets to 3.4

It's the latest stable python3.
This commit is contained in:
Albert Hopkins 2015-02-22 16:30:15 +00:00
parent efeeb737b6
commit d542be4ba2
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"