public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11612 - main/branches/prefix/pym/portage
@ 2008-10-02 15:16 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2008-10-02 15:16 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2008-10-02 15:16:28 +0000 (Thu, 02 Oct 2008)
New Revision: 11612

Modified:
   main/branches/prefix/pym/portage/const.py
Log:
Allow to set EAPIPREFIX.  Not sure how hazardous this is, but it's darn handy at work (using Prefix repoman to commit on a non-Prefix overlay)

Modified: main/branches/prefix/pym/portage/const.py
===================================================================
--- main/branches/prefix/pym/portage/const.py	2008-10-02 06:56:33 UTC (rev 11611)
+++ main/branches/prefix/pym/portage/const.py	2008-10-02 15:16:28 UTC (rev 11612)
@@ -14,6 +14,8 @@
 # pick up EPREFIX from the environment if set
 if "EPREFIX" in os.environ:
 	EPREFIX = os.path.normpath(os.environ["EPREFIX"])
+if "EAPIPREFIX" in os.environ:
+	EAPIPREFIX = os.environ["EAPIPREFIX"]
 
 # ===========================================================================
 # START OF CONSTANTS -- START OF CONSTANTS -- START OF CONSTANTS -- START OF




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-02 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 15:16 [gentoo-commits] portage r11612 - main/branches/prefix/pym/portage Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox