Difference between revisions of "Template:Feature"

From Funtoo
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>.
{{code|/etc/make.conf|
{{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]

Template-info.png Template Documentation

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.

   Warning

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