From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MSnp8-0006eQ-9L for garchives@archives.gentoo.org; Mon, 20 Jul 2009 08:02:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69028E0359; Mon, 20 Jul 2009 08:02:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3D530E0359 for ; Mon, 20 Jul 2009 08:02:13 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id EDA7C6421C for ; Mon, 20 Jul 2009 08:02:12 +0000 (UTC) Received: from wired by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MSnp6-0000uz-Dp for gentoo-commits@lists.gentoo.org; Mon, 20 Jul 2009 08:02:12 +0000 From: "Alex Alexander (wired)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, wired@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml X-VCS-Repository: gentoo X-VCS-Files: kde4-guide.xml X-VCS-Directories: xml/htdocs/proj/en/desktop/kde X-VCS-Committer: wired X-VCS-Committer-Name: Alex Alexander Content-Type: text/plain; charset=utf8 Message-Id: Sender: Alex Alexander Date: Mon, 20 Jul 2009 08:02:12 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0e8b7565-87d7-41a2-b241-f40853781649 X-Archives-Hash: a0f381688403985f151c316ad243675f wired 09/07/20 08:02:12 Modified: kde4-guide.xml Log: added instructions on how to unmask kdeprefix use flag Revision Changes Path 1.32 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/des= ktop/kde/kde4-guide.xml?rev=3D1.32&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/des= ktop/kde/kde4-guide.xml?rev=3D1.32&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/des= ktop/kde/kde4-guide.xml?r1=3D1.31&r2=3D1.32 Index: kde4-guide.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.x= ml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- kde4-guide.xml 16 Jul 2009 08:32:07 -0000 1.31 +++ kde4-guide.xml 20 Jul 2009 08:02:12 -0000 1.32 @@ -1,6 +1,6 @@ - + =20 Gentoo KDE Guide @@ -248,10 +248,15 @@ (KDE 4.2.4 being the best candidate at this moment), those issues needed= to be resolved first. As it was difficult to fix them, we decided to mask the use flag = instead. If you really know what you are doing and you are sure that you w= ant -kdeprefix unmasked and enabled in your system, please read the po= rtage manpage -to unmask it, and add it globally to /etc/make.conf. +kdeprefix unmasked and enabled in your system, add kdeprefix glob= ally to +/etc/make.conf and unmask it by following the instructions = below.

=20 +
+# mkdir -p /etc/portage/profile
+# echo "-kdeprefix" >> /etc/portage/profile/use.mask
+
+