|
发表于 2009-2-21 14:27:48
|
显示全部楼层
第一贴中- USE="-nowebdav" emerge subversion
复制代码 nowebdav的USE Flag有什么玄机?
subversion好像现在没有nowebdav这个USE Flag(ufed里还有)- $ equery uses subversion
- [ Searching for packages matching subversion... ]
- [ Colour Code : set unset ]
- [ Legend : Left column (U) - USE flags from make.conf ]
- [ : Right column (I) - USE flags packages was installed with ]
- [ Found these USE variables for dev-util/subversion-1.5.5 ]
- U I
- - - apache2 : Add Apache2 support
- - - bash-completion : Enable bash-completion support
- + + berkdb : Adds support for sys-libs/db (Berkeley DB for MySQL)
- - - debug : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see http://www.gentoo.org/proj/en/qa/backtraces.xml
- - - doc : Adds extra documentation (API, Javadoc, etc)
- - - dso : Enable runtime module search
- - - elibc_FreeBSD : ELIBC setting for systems that use the FreeBSD C library
- - - emacs : Adds support for GNU Emacs
- - - extras : Install extras scripts (examples, tools, hooks)
- - - java : Adds support for Java
- + + nls : Adds Native Language Support (using gettext - GNU locale utilities)
- + + perl : Adds support/bindings for the Perl language
- + + python : Adds support/bindings for the Python language
- - - ruby : Adds support/bindings for the Ruby language
- - - sasl : Adds support for the Simple Authentication and Security Layer
- + + vim-syntax : Pulls in related vim syntax scripts
- - - webdav-neon : Enable WebDAV support using net-misc/neon
- - - webdav-serf : Enable WebDAV support using net-libs/serf
复制代码 可能应该写成:- USE="webdav-neon" emerge subversion
复制代码 不过subversion默认就有webdav-neon的USE |
|