Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10061 - main/branches/2.1.2/pym
Date: Thu, 01 May 2008 18:11:26
Message-Id: E1JrdFb-0004Ly-VS@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-05-01 18:11:22 +0000 (Thu, 01 May 2008)
3 New Revision: 10061
4
5 Modified:
6 main/branches/2.1.2/pym/portage.py
7 Log:
8 Bug #219918 - Remove the last traces of PORTAGE_TMPFS.
9
10
11 Modified: main/branches/2.1.2/pym/portage.py
12 ===================================================================
13 --- main/branches/2.1.2/pym/portage.py 2008-05-01 17:13:48 UTC (rev 10060)
14 +++ main/branches/2.1.2/pym/portage.py 2008-05-01 18:11:22 UTC (rev 10061)
15 @@ -7177,14 +7177,6 @@
16 os.environ["SANDBOX_WRITE"] = \
17 ":".join(filter(None, sandbox_write))
18
19 - self.tmpfs = self.mysettings["PORTAGE_TMPFS"]
20 - if self.tmpfs and not os.path.exists(self.tmpfs):
21 - self.tmpfs = None
22 - if self.tmpfs and not os.access(self.tmpfs, os.W_OK):
23 - self.tmpfs = None
24 - if self.tmpfs and not os.access(self.tmpfs, os.R_OK):
25 - self.tmpfs = None
26 -
27 self.eclassdb = eclass_cache.cache(self.porttree_root,
28 overlays=self.mysettings["PORTDIR_OVERLAY"].split())
29
30
31 --
32 gentoo-commits@l.g.o mailing list