git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1309
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+ modules/generic_stage_target.py:
+ Add warning about -* in foo/use in the spec
+
20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/embedded/embedded-chroot.sh,
targets/embedded/embedded-preclean-chroot.sh, targets/grp/grp-chroot.sh,
myf.write("# These are the USE flags that were used in addition to what is provided by the\n# profile used for building.\n")
myusevars = sorted(set(myusevars))
myf.write('USE="'+string.join(myusevars)+'"\n')
+ if '-*' in myusevars:
+ print "\nWarning!!! "
+ print "\tThe use of -* in " + self.settings["spec_prefix"] + "/use will cause portage to ignore\n"
+ print "\tpackage.use in the profile and portage_confdir. You've been warned!"
""" Setup the portage overlay """
if self.settings.has_key("portage_overlay"):