nightmorph 10/06/07 09:02:51 Modified: gnome-config.xml Log: remove qt3 and arts USE flags now that nothing uses them
Revision Changes Path 1.32 xml/htdocs/doc/en/gnome-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.31&r2=1.32 Index: gnome-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- gnome-config.xml 11 Feb 2010 22:54:31 -0000 1.31 +++ gnome-config.xml 7 Jun 2010 09:02:51 -0000 1.32 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.31 2010/02/11 22:54:31 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.32 2010/06/07 09:02:51 nightmorph Exp $ --> <guide> <title>The GNOME Configuration HOWTO</title> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.23</version> -<date>2010-02-11</date> +<version>1.24</version> +<date>2010-06-07</date> <chapter> <title>What is GNOME?</title> @@ -89,12 +89,12 @@ listed in <path>/etc/make.conf</path>. If you want support for <c>hald</c>, the hardware abstraction layer daemon add <c>hal</c> to your USE flags. The same goes for <c>dbus</c>, a system message bus Gnome uses extensively. If you don't -want KDE support (the other big desktop environment), remove <c>qt3</c>, -<c>qt4</c>, <c>arts</c>, and <c>kde</c>. +want KDE support (the other big desktop environment), remove <c>qt4</c> and +<c>kde</c>. </p> <pre caption="Example USE in /etc/make.conf"> -USE="-qt3 -qt4 -arts -kde X dbus gtk gnome hal" +USE="-qt4 -kde X dbus gtk gnome hal" </pre> <p>
