Gentoo: command line USE flag editor


SUBMITTED BY: Guest

DATE: June 2, 2014, 1:51 p.m.

FORMAT: Text only

SIZE: 2.7 kB

HITS: 6026

  1. NAME
  2. euse - Gentoo: command line USE flag editor
  3. SYNOPSIS
  4. euse [options]
  5. DESCRIPTION
  6. euse is used to set(disable/enable) USE flags /etc/make.conf without having to edit the file directly. It is also used to get detail information about use flags like description, status of flags(enabled/disabled), type of flag(global/local) etc. It can also be queried for viewing the current use flag settings in /etc/make.conf, /etc/make.defaults and environment.
  7. OPTIONS
  8. -c, --conf
  9. Print the USE flag setting in /etc/make.conf
  10. -d, --defaults
  11. Print the USE flag setting in /etc/make.profile/make.defaults
  12. -e, --env
  13. Print the USE flag setting in environment
  14. -E, --enable
  15. Enables USE flag(s) in make.conf. It accepts one or more USE flags space separted as parameters. Please read README for all the different cases it handles.
  16. -D, --disable
  17. Disables USE flag(s) in make.conf. Puts a '-' sign infront of the use flag and appends to USE setting of make.conf. It accepts one or more USE flags space separted as parameters. Please read README for all the different cases it handles.
  18. -i, --info
  19. Prints detail information about the USE flag(s). If no arguments are given then all the USE flag(global & local) information is printed. If one or more arguments are given(space separated) then information of only those flags are printed.
  20. The output is in the following format:
  21. alpha [-] [ ] [G] indicates that architecture ...
  22. moznocompose [+] [C] [L] [net-www/mozilla] : If you ...
  23. The column descriptions are:
  24. flag_name
  25. name of the use flag
  26. flag_status
  27. indicates whether the USE flag is enabled or disabled. - indicates disabled, + indicates enabled.
  28. flag_location
  29. indicates where the USE flag is enabled or disabled. C indicates make.conf, D indicates make.defaults, E indicates environment.
  30. flag_type
  31. indicates if the flag is global USE flag or a local USE flag.If it is local USE flag, then the description column begins with the package which it belongs to in square brackets. See moznocompose example above.
  32. description
  33. gives a short description of the USE flag
  34. -h, --help
  35. Show the help message listing all the available flags and a short description
  36. -v, --version
  37. Show the version information
  38. FILES
  39. /etc/make.conf
  40. /etc/make.profile/make.defaults
  41. $PORTDIR/profiles/use.desc
  42. $PORTDIR/profiles/use.local.desc
  43. /etc/make.profile/use.mask
  44. AUTHOR
  45. Arun Bhanu

comments powered by Disqus