From: Benda Xu Date: Sat, 4 Jun 2016 03:14:28 +0000 (+0900) Subject: p/f/prefix/s/legacy: python-3.3 fails on linux-2.6.18. Mask. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74bd7224b522d82a3009fbdc17bfc59d3f5ac739;p=gentoo.git p/f/prefix/s/legacy: python-3.3 fails on linux-2.6.18. Mask. --- diff --git a/profiles/features/prefix/standalone/legacy/make.defaults b/profiles/features/prefix/standalone/legacy/make.defaults index 75844255f9cc..254b730a79c4 100644 --- a/profiles/features/prefix/standalone/legacy/make.defaults +++ b/profiles/features/prefix/standalone/legacy/make.defaults @@ -1,6 +1,17 @@ +# This profile is supporting >=linux-2.6.16[a] and =linux-2.6.27. Needed by python-3. +ac_cv_func_pipe2=no -# >=python-3.4 is masked. -PYTHON_TARGETS="python2_7 python3_3" +# >=python-3 is masked. +PYTHON_TARGETS="-python3_4" diff --git a/profiles/features/prefix/standalone/legacy/package.mask b/profiles/features/prefix/standalone/legacy/package.mask index 29807ddac768..5125269d289d 100644 --- a/profiles/features/prefix/standalone/legacy/package.mask +++ b/profiles/features/prefix/standalone/legacy/package.mask @@ -3,4 +3,5 @@ # >=python-3.4 assumes F_DUPFD_CLOEXEC of fcntl, # which requires >=linux-2.6.24. ->=dev-lang/python-3.4 \ No newline at end of file +# python-3.3 seems to be unconditionally using utimensat. +>=dev-lang/python-3 \ No newline at end of file