Skip to content

Commit

Permalink
sys-apps/portage: Add threads(+) to PYTHON_REQ_USE
Browse files Browse the repository at this point in the history
This should help prevent erors like the following:

  File "/usr/lib64/python2.7/site-packages/portage/locks.py", line 11, in <module>
    import multiprocessing
ImportError: No module named multiprocessing

Package-Manager: portage-2.3.2
  • Loading branch information
dol-sen committed Oct 13, 2016
1 parent 28d67be commit 9541f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-apps/portage/portage-2.3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PYTHON_COMPAT=(
python3_3 python3_4 python3_5
python2_7
)
PYTHON_REQ_USE='bzip2(+)'
PYTHON_REQ_USE='bzip2(+),threads(+)'

inherit distutils-r1 multilib

Expand Down

0 comments on commit 9541f2b

Please sign in to comment.