This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
Handbook Talk:AMD64/Working/USE
Change description of package.use
Hi,
I was wondering if it is acceptable to change the description of package.use, since it's a directory and no longer just a file.
Previous comment from --Oz123 (talk) on March 2nd, 2015 (UTC))
- Currently, the text says "To accomplish this, edit /etc/portage/package.use. This is usually a single file, but can also be a directory; see man portage for more information. The following examples assume package.use is a single file.". Is there any particular place that you believe we are in error?
- Or is the suggestion to switch the instructions completely to a directory-based approach, and only mention that it can also just be a single file (i.e. revert the logic)? --SwifT (talk) 11:17, 4 March 2015 (UTC)
- I'm closing this discussion because there really is no problem here. Two years is along enough to have no feedback from this user... one quarter year would be long enough. With that being said, I was seeing our amd64 Minimal LiveCD going out with a single child file in the package.use/ directory. As Sven Vermeulen (SwifT) noted we mention both single-file and directory here, so this discussion is really a non-issue. I'll review the text once more and add a small tip about how to name the new package.use file child file if package.use/ exists as a directory. It should help some newcomers out a bit. --Maffblaster (talk) 17:57, 17 April 2017 (UTC)
Fix spelling
"changes in these file will be undone when the Gentoo repository is updated!"
"these file" should be fixed with "these files" (plural version).
Fturco (talk) 11:47, 17 April 2017 (UTC)
- Fixed. Thank you! --Maffblaster (talk) 17:42, 17 April 2017 (UTC)
Qt
/etc/portage/make.conf
Updating USE in make.confUSE="-kde -qt4 ldap"
Should become:
/etc/portage/make.conf
Updating USE in make.confUSE="-kde -qt4 -qt5 ldap"
Fturco (talk) 11:53, 17 April 2017 (UTC)
Moreover:
"For instance, to remove support for KDE and QT but add support for ldap, the following USE can be defined in /etc/portage/make.conf"
The proper spelling is Qt, not QT.
Fturco (talk) 11:56, 17 April 2017 (UTC)
- Good suggestion here. It's important to keep up with changing 'global' USE flags. Both are fixed as of right now. Thanks! --Maffblaster (talk) 17:46, 17 April 2017 (UTC)