diff options
author | 2019-12-22 17:52:39 +0800 | |
---|---|---|
committer | 2019-12-22 21:57:43 +0800 | |
commit | 1449cadc849bb6459f9c1425a7b1142d019435ed (patch) | |
tree | bc4f526017768fa6b41117edd836c7c374b53acf /profiles/features/prefix | |
parent | sys-libs/glibc: 2.19: remove pipe2 symbol from libc.so. (diff) | |
download | gentoo-1449cadc849bb6459f9c1425a7b1142d019435ed.tar.gz gentoo-1449cadc849bb6459f9c1425a7b1142d019435ed.tar.bz2 gentoo-1449cadc849bb6459f9c1425a7b1142d019435ed.zip |
p/f/prefix/s/kernel-2.6.16+: supports python-3 now.
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'profiles/features/prefix')
-rw-r--r-- | profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults b/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults index e8e0ce1eaeac..2881aa37fc7b 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults @@ -17,7 +17,3 @@ ac_cv_func_pipe2=no ac_cv_func_dup3=no # epoll_create1 requires >=linux-2.6.27. ac_cv_func_epoll_create1=no - -# >=python-3 is masked. -PYTHON_TARGETS=python2_7 -PYTHON_SINGLE_TARGET=python2_7 |