Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2013
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.09 KB | None | 0 0
  1. gentoo tmp # cat /etc/make.conf
  2.  
  3. LINGUAS="ru"
  4.  
  5. ACCEPT_LICENSE="*"
  6.  
  7. FEATURES="ccache"
  8. CCACHE_SIZE="4G"
  9.  
  10. PYTHON_TARGETS="python3_3 python2_7"
  11. PYTHON_SINGLE_TARGET="python3_3"
  12. USE_PYTHON="3.3"
  13.  
  14. INPUT_DEVICES="evdev keyboard mouse virtualbox"
  15. VIDEO_CARDS="nvidia"
  16.  
  17. PORTDIR_OVERLAY="/usr/local/portage"
  18. source "/var/lib/layman/make.conf"
  19.  
  20. USE="sse nls sse2 sse3 ssse3 sse4_1 sse4_2 qt4 python theora gmp posix usb png ogg udev threads xvid webm x264 ogg flac opengl policykit consolekit X xorg vdpau unicode utf8 doc iconv icu m17n-lib c++11 python_single_target_python3_3 "
  21.  
  22. CFLAGS="-march=native -mtune=corei7 -O3 -pipe -flto -msse4.1 -msse4.2 -mpopcnt -fomit-frame-pointer"
  23.  
  24. MAKEOPTS="-j12"
  25.  
  26. EMERGE_DEFAULT_OPTS="--jobs=4"
  27.  
  28. gentoo tmp # emerge -av kde-base/kde-meta
  29.  
  30.  * IMPORTANT: 2 news items need reading for repository 'gentoo'.
  31.  * Use eselect news to read news items.
  32.  
  33.  
  34. These are the packages that would be merged, in order:
  35.  
  36. Calculating dependencies... done!
  37.  
  38. !!! The ebuild selected to satisfy ">=kde-base/kate-4.10.3:4[aqua=]" has unmet requirements.
  39. - kde-base/kate-4.10.3::gentoo USE="handbook plasma python (-aqua) -debug" PYTHON_SINGLE_TARGET="-python2_7 -python3_1 -python3_2 -python3_3" PYTHON_TARGETS="python2_7 -python3_1 -python3_2 -python3_3"
  40.  
  41.   The following REQUIRED_USE flag constraints are unsatisfied:
  42.     python? ( exactly-one-of ( python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 python_single_target_python3_3 ) )
  43.  
  44.   The above constraints are a subset of the following complete expression:
  45.     python? ( python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_1? ( python_targets_python3_1 ) python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) exactly-one-of ( python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 python_single_target_python3_3 ) )
  46.  
  47. (dependency required by "kde-base/kde-meta-4.10.3" [ebuild])
  48. (dependency required by "kde-base/kde-meta" [argument])
  49. gentoo tmp #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement