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:31
Message-Id: 1392106034.7b700febab305270afd3a05e4742ab733eddfc1d.dol-sen@gentoo
1 commit: 7b700febab305270afd3a05e4742ab733eddfc1d
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 17:01:16 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 11 08:07:14 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=7b700feb
7
8 revdep_rebuild/stuff.py: Remove unused exithandler()
9
10 ---
11 pym/gentoolkit/revdep_rebuild/stuff.py | 4 ----
12 1 file changed, 4 deletions(-)
13
14 diff --git a/pym/gentoolkit/revdep_rebuild/stuff.py b/pym/gentoolkit/revdep_rebuild/stuff.py
15 index aa91be2..ea27ef2 100644
16 --- a/pym/gentoolkit/revdep_rebuild/stuff.py
17 +++ b/pym/gentoolkit/revdep_rebuild/stuff.py
18 @@ -46,10 +46,6 @@ def scan(params, files, max_args):
19 return out
20
21
22 -def exithandler(signum, frame):
23 - sys.exit(1)
24 -
25 -
26 def get_masking_status(ebuild):
27 """returns the masking status of an ebuild