swift 14/04/12 12:33:22 Modified: hb-working-features.xml Log: Fix bug #507174 - Correctly report on FEATURES content, thanks to Francisco Blas Izquierdo Riera
Revision Changes Path 1.49 xml/htdocs/doc/en/handbook/hb-working-features.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.48&r2=1.49 Index: hb-working-features.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- hb-working-features.xml 17 Dec 2013 11:35:12 -0000 1.48 +++ hb-working-features.xml 12 Apr 2014 12:33:22 -0000 1.49 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.48 2013/12/17 11:35:12 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.49 2014/04/12 12:33:22 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ ccache and more. </abstract> -<version>12</version> -<date>2013-12-17</date> +<version>13</version> +<date>2014-04-12</date> <section> <title>Portage Features</title> @@ -48,7 +48,7 @@ </p> <pre caption="Finding out the FEATURES that are already set"> -$ <i>emerge --info | grep FEATURES</i> +$ <i>emerge --info | grep ^FEATURES=</i> </pre> </body>