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
# 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()