Advertisement
kheeper

Python & Sqlite Useflags

Aug 19th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.87 KB | None | 0 0
  1. lukas@HPdv5 ~ $ emerge -av sqlite
  2. This action requires superuser access...
  3. Would you like to add --pretend to options? [Yes/No]
  4.  
  5. These are the packages that would be merged, in order:
  6.  
  7. Calculating dependencies... done!
  8. [ebuild   R    ] dev-db/sqlite-3.7.13  USE="debug extensions fts3 readline threadsafe -doc -icu -secure-delete -soundex -tcl -test -unlock-notify" 0 kB
  9.  
  10. Total: 1 package (1 reinstall), Size of downloads: 0 kB
  11. lukas@HPdv5 ~ $ emerge -av python
  12. This action requires superuser access...
  13. Would you like to add --pretend to options? [Yes/No]
  14.  
  15. These are the packages that would be merged, in order:
  16.  
  17. Calculating dependencies... done!
  18. [ebuild   R    ] dev-lang/python-3.2.3  USE="gdbm ipv6 ncurses readline sqlite ssl threads (wide-unicode) xml -build -doc -examples -tk -wininst" 0 kB
  19.  
  20. Total: 1 package (1 reinstall), Size of downloads: 0 kB
  21. lukas@HPdv5 ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement