Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Template:Feature"
Jump to navigation
Jump to search
m (Corrected this template, though it is candidate for deletion.) |
|||
Line 1: | Line 1: | ||
To enable '''{{{1}}}''' add the following to the '''bottom''' of <tt>/etc/make.conf</tt>. | To enable '''{{{1}}}''' add the following to the '''bottom''' of <tt>/etc/make.conf</tt>. | ||
{{ | {{file|name=/etc/make.conf|body= | ||
<nowiki>FEATURES="${FEATURES}</nowiki> {{{1}}}<nowiki>"</nowiki> | <nowiki>FEATURES="${FEATURES}</nowiki> {{{1}}}<nowiki>"</nowiki> | ||
}} | }} |
Latest revision as of 11:56, September 29, 2014
To enable {{{1}}} add the following to the bottom of /etc/make.conf.
/etc/make.conf
FEATURES="${FEATURES} {{{1}}}"
[edit] Boilerplate how to enable a Portage feature. Example: {{feature|distcc}} Will produce: To enable distcc add the following to the bottom of /etc/make.conf. /etc/make.conf FEATURES="${FEATURES} distcc"
Warning This page has been proposed for deletion because it does not meet the Editing Guidelines. Warning This page has been proposed for deletion because it does not meet the Editing Guidelines. |
Warning
This page has been proposed for deletion because it does not meet the Editing Guidelines.
If you disagree, please discuss it here.