From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F7EK4-00072r-9e for garchives@archives.gentoo.org; Thu, 09 Feb 2006 16:07:08 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k19G6r7p025795; Thu, 9 Feb 2006 16:06:53 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k19G6qEI020113 for ; Thu, 9 Feb 2006 16:06:52 GMT Message-Id: <200602091606.k19G6qEI020113@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark) by smtp.gentoo.org with smtp (Exim 4.54) id 1F7EJn-0002um-O9 for gentoo-doc-cvs@lists.gentoo.org; Thu, 09 Feb 2006 16:06:51 +0000 Received: by lark (sSMTP sendmail emulation); Thu, 9 Feb 2006 16:06:51 +0000 From: "Jan Kundrat" Date: Thu, 9 Feb 2006 16:06:51 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: cb488e8a-5af9-46c6-8eb0-3427ff123a20 X-Archives-Hash: 640c65203ed390b214c4bf95ce2c6904 jkt 06/02/09 16:06:51 Modified: xml/htdocs/doc/en gcc-upgrading.xml Log: Better command to prune the old GCC version for fresh installations. Thanks to bdillahu for reporting and Halcy0n for a fix :) Revision Changes Path 1.7 +6 -7 xml/htdocs/doc/en/gcc-upgrading.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo Index: gcc-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gcc-upgrading.xml 2 Feb 2006 15:59:29 -0000 1.6 +++ gcc-upgrading.xml 9 Feb 2006 16:06:51 -0000 1.7 @@ -1,5 +1,5 @@ - + @@ -25,8 +25,8 @@ -5 -2006-02-02 +6 +2006-02-09 Introduction @@ -492,13 +492,12 @@

-It is also safe to remove older GCC versions at this time. Since this is an -initial installation, we are using portage's prune feature to remove all older -versions of GCC. +It is also safe to remove older GCC versions at this time. Please substitute +YOUR-NEW-GCC-VERSION with the actual version you've upgraded to:

-# emerge -aP sys-devel/gcc
+# emerge -aC "<sys-devel/gcc-YOUR-NEW-GCC-VERSION"
 
-- gentoo-doc-cvs@gentoo.org mailing list