From 5de77e44aa10ed5ff8262c184df651c2adc868bd Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 11 Oct 2010 12:51:26 -0700 Subject: has/best_version: eqawarn if EAPI wrong for atom Instead of calling die as in bug #340387, just call eqawarn for the time being. --- pym/_emerge/AbstractEbuildProcess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/_emerge') diff --git a/pym/_emerge/AbstractEbuildProcess.py b/pym/_emerge/AbstractEbuildProcess.py index d711c0585..b99f1df8a 100644 --- a/pym/_emerge/AbstractEbuildProcess.py +++ b/pym/_emerge/AbstractEbuildProcess.py @@ -130,7 +130,7 @@ class AbstractEbuildProcess(SpawnProcess): def _start_ipc_daemon(self): self._exit_command = ExitCommand() self._exit_command.reply_hook = self._exit_command_callback - query_command = QueryCommand(self.settings) + query_command = QueryCommand(self.settings, self.phase) commands = { 'best_version' : query_command, 'exit' : self._exit_command, -- cgit v1.2.3-1-g7c22