From f4ef344ace719cbb026199660f9b44535e5be79b Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Fri, 2 May 2008 10:04:20 +0000 Subject: rename NEEDED.2 to NEEDED.ELF.2 to allow other ABI formats to use a different syntax svn path=/main/trunk/; revision=10085 --- pym/portage/dbapi/vartree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index c79da9064..039d92a3e 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -137,10 +137,10 @@ class LinkageMap(object): obj_properties = {} lines = [] for cpv in self._dbapi.cpv_all(): - lines += grabfile(self._dbapi.getpath(cpv, filename="NEEDED.2")) + lines += grabfile(self._dbapi.getpath(cpv, filename="NEEDED.ELF.2")) # have to call scanelf for preserved libs here as they aren't - # registered in NEEDED.2 files + # registered in NEEDED.ELF.2 files if self._dbapi.plib_registry and self._dbapi.plib_registry.getPreservedLibs(): args = ["/usr/bin/scanelf", "-yqF", "%a;%F;%S;%r;%n"] for items in self._dbapi.plib_registry.getPreservedLibs().values(): -- cgit v1.2.3-1-g7c22