Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15443 - main/branches/prefix/pym/portage/package/ebuild
Date: Tue, 23 Feb 2010 17:31:32
Message-Id: E1NjybY-0005m3-Of@stork.gentoo.org
1 Author: grobian
2 Date: 2010-02-23 17:31:28 +0000 (Tue, 23 Feb 2010)
3 New Revision: 15443
4
5 Modified:
6 main/branches/prefix/pym/portage/package/ebuild/config.py
7 Log:
8 more missing symbols
9
10 Modified: main/branches/prefix/pym/portage/package/ebuild/config.py
11 ===================================================================
12 --- main/branches/prefix/pym/portage/package/ebuild/config.py 2010-02-23 17:25:39 UTC (rev 15442)
13 +++ main/branches/prefix/pym/portage/package/ebuild/config.py 2010-02-23 17:31:28 UTC (rev 15443)
14 @@ -26,7 +26,7 @@
15 DEPCACHE_PATH, GLOBAL_CONFIG_PATH, INCREMENTALS, MAKE_CONF_FILE, \
16 MODULES_FILE_PATH, PORTAGE_BIN_PATH, PORTAGE_PYM_PATH, \
17 PRIVATE_PATH, PROFILE_PATH, USER_CONFIG_PATH, USER_VIRTUALS_FILE, \
18 - EPREFIX
19 + EPREFIX, EPREFIX_LSTRIP, BPREFIX
20 from portage.data import portage_gid
21 from portage.dbapi import dbapi
22 from portage.dbapi.porttree import portdbapi