Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/
Date: Tue, 11 Feb 2014 08:40:13
Message-Id: 1392105893.4146685fe619563f014e70613409ff26a891b808.dol-sen@gentoo
1 commit: 4146685fe619563f014e70613409ff26a891b808
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 16:43:55 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 11 08:04:53 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=4146685f
7
8 revdep_rebuild/rebuild.pt: Remove unused variables
9
10 ---
11 pym/gentoolkit/revdep_rebuild/rebuild.py | 2 --
12 1 file changed, 2 deletions(-)
13
14 diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/revdep_rebuild/rebuild.py
15 index 95f2b5e..a4f6544 100644
16 --- a/pym/gentoolkit/revdep_rebuild/rebuild.py
17 +++ b/pym/gentoolkit/revdep_rebuild/rebuild.py
18 @@ -103,7 +103,6 @@ def parse_options():
19 'keep-temp', 'library=', 'no-ld-path', 'no-order',
20 'pretend', 'no-pretend', 'no-progress', 'quiet', 'verbose'])
21
22 - do_help = False
23 for key, val in opts:
24 if key in ('-h', '--help'):
25 print_usage()
26 @@ -217,7 +216,6 @@ def main(settings=None, logger=None):
27 'If you\'re sure, you can add --no-pretend to revdep options')
28 settings['PRETEND'] = True
29
30 - analyze_cache = {}
31 if settings['USE_TMP_FILES'] \
32 and check_temp_files(settings['DEFAULT_TMP_DIR']):
33 libraries, la_libraries, libraries_links, binaries = read_cache(