Handbook Talk:Parts/Working/USE
From Gentoo Wiki
LDAP
Talk status
This discussion is done as of 2017-05-15.
Consider the following sentence: "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:"
ldap should be replaced by LDAP as it is an acronym that stands for "Lightweight Directory Access Protocol".
Fturco (talk) 11:40, 15 May 2017 (UTC)
- Fixed! --Maffblaster (talk) 17:00, 15 May 2017 (UTC)
Typo
Talk status
This discussion is done as of 2024-05-11.
Section Handbook:Parts/Working/USE#Adapting the entire system to the new USE flags is missing the word "add":
Important
Double-check the provided list of "obsoleted" packages to make sure it does not remove packages that are needed. In the following example the
Double-check the provided list of "obsoleted" packages to make sure it does not remove packages that are needed. In the following example the
--pretend
(-p
) switch to have depclean only list the packages without removing them:
root #
emerge --pretend --depclean
Proposed changes - Please make edits here until a final revision is agreed upon.
Important
Double-check the provided list of "obsoleted" packages to make sure it does not remove packages that are needed. In the following example, add the
Double-check the provided list of "obsoleted" packages to make sure it does not remove packages that are needed. In the following example, add the
--pretend
(-p
) switch to have depclean only list the packages without removing them:
root #
emerge --pretend --depclean
Waldo Lemmer (talk) 20:38, 24 March 2024 (UTC)
- Fixed in Special:Diff/1271417/1298187, thanks!
- --csfore (talk) 20:07, 11 May 2024 (UTC)