From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A9513138010 for ; Mon, 17 Sep 2012 20:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 480A621C093; Mon, 17 Sep 2012 20:32:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1A92521C093 for ; Mon, 17 Sep 2012 20:32:12 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C8B933C45F for ; Mon, 17 Sep 2012 20:32:11 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2098) id E0DFE21602; Mon, 17 Sep 2012 20:32:09 +0000 (UTC) From: "Zac Medico (zmedico)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zmedico@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: testing.xml X-VCS-Repository: gentoo X-VCS-Files: testing.xml X-VCS-Directories: xml/htdocs/proj/en/portage/doc X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120917203209.E0DFE21602@flycatcher.gentoo.org> Date: Mon, 17 Sep 2012 20:32:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7076860-a2cf-44b4-af6d-22d8d2566422 X-Archives-Hash: 4194d223de689912f6314cdd1977d815 zmedico 12/09/17 20:32:09 Modified: testing.xml Log: Remove extra colon from PYTHONPATH. Revision Changes Path 1.10 xml/htdocs/proj/en/portage/doc/testing.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml?r1=1.9&r2=1.10 Index: testing.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/testing.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- testing.xml 17 Sep 2012 19:33:23 -0000 1.9 +++ testing.xml 17 Sep 2012 20:32:09 -0000 1.10 @@ -1,5 +1,5 @@ - + @@ -82,7 +82,7 @@ PATH and PYTHONPATH. For example if you have a checkout of the master branch at /checkouts/portage you'd set them like this:

-export PYTHONPATH="/checkouts/portage/pym:${PYTHONPATH:+:}${PYTHONPATH}"
+export PYTHONPATH="/checkouts/portage/pym${PYTHONPATH:+:}${PYTHONPATH}"
 export PATH="/checkouts/portage/bin:${PATH}"
 

With those settings calling tools like emerge, repoman or