diff options
| author | genone <genone@gentoo.org> | 2005-04-08 01:57:54 +0000 |
|---|---|---|
| committer | genone <genone@gentoo.org> | 2005-04-08 01:57:54 +0000 |
| commit | 103d767d642621dfa319c0f0c9deecb579864195 (patch) | |
| tree | 7fbbb22b29d04cc7b1e1b6dbd4745688c121b379 /trunk/src | |
| parent | e4162e3761fc9d23c75642d78341635ea3467a3e (diff) | |
| download | gentoolkit-103d767d642621dfa319c0f0c9deecb579864195.tar.gz | |
use --oneshot
svn path=/; revision=205
Diffstat (limited to 'trunk/src')
| -rw-r--r-- | trunk/src/glsa-check/glsa-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/glsa-check/glsa-check b/trunk/src/glsa-check/glsa-check index b245b55..739cc75 100644 --- a/trunk/src/glsa-check/glsa-check +++ b/trunk/src/glsa-check/glsa-check @@ -193,7 +193,7 @@ if mode in ["dump", "fix", "inject", "pretend"]: # using emerge for the actual merging as it contains the dependency # code and we want to be consistent in behaviour. Also this functionality # will be integrated in emerge later, so it shouldn't hurt much. - exitcode = os.system("emerge ="+pkg) + exitcode = os.system("emerge --oneshot ="+pkg) if exitcode: sys.exit(exitcode) myglsa.inject() |
