Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/
Date: Wed, 29 Feb 2012 15:49:49
Message-Id: 1330530565.e1abe799a73594f35a2088a923a8b4ce7e4cdb07.zmedico@gentoo
1 commit: e1abe799a73594f35a2088a923a8b4ce7e4cdb07
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 29 15:49:25 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 29 15:49:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e1abe799
7
8 action_build: return 1 for "no" --ask answer
9
10 ---
11 pym/_emerge/actions.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
15 index 31d53f9..096dc3a 100644
16 --- a/pym/_emerge/actions.py
17 +++ b/pym/_emerge/actions.py
18 @@ -367,7 +367,7 @@ def action_build(settings, trees, mtimedb,
19 print()
20 print("Quitting.")
21 print()
22 - return os.EX_OK
23 + return 1
24 # Don't ask again (e.g. when auto-cleaning packages after merge)
25 myopts.pop("--ask", None)