jkt 07/03/10 13:02:28 Modified: alsa-guide.xml Log: no point in adding an example about how to add a USE flag to /etc/make.conf -- most likely thay already have customized it and blindly adding USE="foo" overwrites existing values
Revision Changes Path 1.75 xml/htdocs/doc/en/alsa-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.75&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.74&r2=1.75 Index: alsa-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- alsa-guide.xml 4 Mar 2007 10:35:58 -0000 1.74 +++ alsa-guide.xml 10 Mar 2007 13:02:28 -0000 1.75 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.74 2007/03/04 10:35:58 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.75 2007/03/10 13:02:28 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,7 +24,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.17</version> +<version>2.18</version> <date>2007-02-17</date> <chapter> @@ -229,14 +229,6 @@ guide, we will show you how to set up <uri link="#midi">MIDI support</uri>. </p> -<pre caption="MIDI support in /etc/make.conf"> -<comment>(If you want MIDI support)</comment> -USE="midi" - -<comment>(If you don't need MIDI)</comment> -USE="-midi" -</pre> - </body> </section> <section id="kernel"> @@ -848,18 +840,9 @@ <p> First, check to make sure that you enabled the <c>midi</c> USE flag in -<path>/etc/make.conf</path>. -</p> - -<pre caption="MIDI support in /etc/make.conf"> -USE="midi" -</pre> - -<p> -If you didn't previously enable <c>midi</c>, go ahead and add it to -<path>/etc/make.conf</path> now. You will also need to re-emerge any ALSA -packages that use the <c>midi</c> flag, such as <c>alsa-lib</c>, -<c>alsa-utils</c>, and <c>alsa-driver</c>. +<path>/etc/make.conf</path>. If you didn't, go ahead and add it now. You will +also need to re-emerge any ALSA packages that use the <c>midi</c> flag, such as +<c>alsa-lib</c>, <c>alsa-utils</c>, and <c>alsa-driver</c>. </p> <p> -- [email protected] mailing list
