git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1299
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 13 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+ modules/generic_stage_target.py:
+ Sort and de-dupe myusevars
+
13 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/stage1/stage1-chroot.sh:
Modify stage1-chroot.sh to use the actual -d/--debug code already in catalyst.
myusevars.extend(self.settings["use"])
if myusevars:
+ myusevars = sorted(set(myusevars))
myf.write('USE="'+string.join(myusevars)+'"\n')
# Setup the portage overlay