diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-28 11:51:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-28 17:43:16 +0100 |
commit | b62ce3f69b25033f2393d438e756d26852c81b28 (patch) | |
tree | c64f65c0b4481a47aec9f3eef703c47aaa6f1ea2 /profiles/features | |
parent | dev-lang/php: Version bump to 7.1.12 (diff) | |
download | gentoo-b62ce3f69b25033f2393d438e756d26852c81b28.tar.gz gentoo-b62ce3f69b25033f2393d438e756d26852c81b28.tar.bz2 gentoo-b62ce3f69b25033f2393d438e756d26852c81b28.zip |
profiles: Switch default PYTHON_TARGET to Python 3.5
Closes: https://github.com/gentoo/gentoo/pull/6330
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/prefix/standalone/legacy/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/features/prefix/standalone/legacy/make.defaults b/profiles/features/prefix/standalone/legacy/make.defaults index 254b730a79c4..22044de87632 100644 --- a/profiles/features/prefix/standalone/legacy/make.defaults +++ b/profiles/features/prefix/standalone/legacy/make.defaults @@ -14,4 +14,4 @@ ac_cv_func_utimensat=no ac_cv_func_pipe2=no # >=python-3 is masked. -PYTHON_TARGETS="-python3_4" +PYTHON_TARGETS="-python3_5" |