Guest User

blender

a guest
Jun 22nd, 2014
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.13 KB | None | 0 0
  1. # eselect python list
  2. Available Python interpreters:
  3.   [1]   python2.7
  4.   [2]   python3.3
  5.   [3]   python3.4 *
  6.  
  7. # cat /etc/portage/make.conf | grep -i python
  8. USE_PYTHON="2.7 3.3 3.4"
  9. PYTHON_TARGETS="python2_7 python3_3 python3_4"
  10. PYTHON_SINGLE_TARGET="python3_4"
  11.  
  12. # emerge -av blender
  13. !!! Repository 'x-portage' is missing masters attribute in '/usr/local/portage/metadata/layout.conf'
  14. !!! Set 'masters = gentoo' in this file for future compatibility
  15.  
  16.  * IMPORTANT: 2 news items need reading for repository 'gentoo'.
  17.  * Use eselect news to read news items.
  18.  
  19.  
  20. These are the packages that would be merged, in order:
  21.  
  22. Calculating dependencies... done!
  23.  
  24. emerge: there are no ebuilds to satisfy ">=dev-python/chardet-2.2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]".
  25. (dependency required by "dev-python/requests-2.3.0" [ebuild])
  26. (dependency required by "media-gfx/blender-2.70a-r3" [ebuild])
  27. (dependency required by "blender" [argument])
Advertisement
Add Comment
Please, Sign In to add comment