diff options
author | Benda Xu <heroxbd@gentoo.org> | 2018-01-13 22:20:39 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2018-01-13 22:21:21 +0900 |
commit | dd3ecd84e266d963e57d332ca1a3a8972f8fcedc (patch) | |
tree | f162c196be7cf197e5f0a7b9de34c77ca4c413fb /profiles/features | |
parent | dev-libs/libgcrypt: Add use-flag for o-flag-mangling (diff) | |
download | gentoo-dd3ecd84e266d963e57d332ca1a3a8972f8fcedc.tar.gz gentoo-dd3ecd84e266d963e57d332ca1a3a8972f8fcedc.tar.bz2 gentoo-dd3ecd84e266d963e57d332ca1a3a8972f8fcedc.zip |
profiles/f/prefix/s/kernel-2.6.16+/make.defaults: fix PYTHON_TARGETS
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults | 2 |
1 files changed, 1 insertions, 1 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 510e5e21b3ce..c64a419f389d 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults @@ -14,5 +14,5 @@ ac_cv_func_utimensat=no ac_cv_func_pipe2=no # >=python-3 is masked. -PYTHON_TARGETS="-python3_*" +PYTHON_TARGETS=python2_7 PYTHON_SINGLE_TARGET=python2_7 |