use --oneshot
authorgenone <genone@gentoo.org>
Fri, 8 Apr 2005 01:57:54 +0000 (01:57 -0000)
committergenone <genone@gentoo.org>
Fri, 8 Apr 2005 01:57:54 +0000 (01:57 -0000)
svn path=/; revision=205

trunk/ChangeLog
trunk/src/glsa-check/glsa-check

index aed8c255a4da2ffa9be8594e2d9e96cfedb8a208..852c99a1830b329b9cc44fdea68cfe937ada7fec 100644 (file)
@@ -1,7 +1,8 @@
 2005-04-07 Marius Mauch <genone@gentoo.org>
        * euse: fixed bugs 74344, 75525 and 84521
        * euse: add better support for cascaded profiles
-
+       * glsa-check: use --oneshot (bug 79819)
+       
 2005-03-12 Aron Griffis <agriffis@gentoo.org>
        * Added eviewcvs to -dev, utility for generating viewcvs URLs
 
index b245b555244f23f904922e80f696408ff4aa95e1..739cc756d80895983f256e9b5547d9a78bba757a 100644 (file)
@@ -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()