command. (trunk r7918)
svn path=/main/branches/2.1.2/; revision=7940
for x in msg:
portage.writemsg(">>> %s\n" % x)
+from portage_exception import UnsupportedAPIException
checked_for_stale_env = False
for arg in pargs:
except KeyError:
# aux_get error
a = 1
+ except UnsupportedAPIException, e:
+ from textwrap import wrap
+ msg = wrap(str(e), 70)
+ del e
+ for x in msg:
+ portage.writemsg("!!! %s\n" % x, noiselevel=-1)
+ a = 1
if a == None:
print "Could not run the required binary?"
a = 127