Difference between pages "Template:Feature" and "Template:Feature/Doc"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
To enable '''{{{1}}}''' add the following to the '''bottom''' of <tt>/etc/make.conf</tt>.
Boilerplate how to enable a Portage feature.
{{code|/etc/make.conf|
<nowiki>FEATURES="${FEATURES}</nowiki> {{{1}}}<nowiki>"</nowiki>
}}


<noinclude>{{documentation}}</noinclude>
Example:
<pre>
{{feature|distcc}}
</pre>


Will produce:
{{feature|distcc}}
{{delete}}
{{delete}}

Latest revision as of 21:19, September 25, 2014

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.
If you disagree, please discuss it here.

   Warning

This page has been proposed for deletion because it does not meet the Editing Guidelines.
If you disagree, please discuss it here.