# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.487 2005/12/21 17:40:00 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.488 2005/12/21 19:39:34 rocket Exp $
+
+ 21 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/snapshot_target.py:
+ Fix incorrect warning message. portdir_overlay -> portage_overlay
21 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
targets/stage1/stage1-controller.sh,
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.14 2005/12/13 20:32:43 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.15 2005/12/21 19:39:34 rocket Exp $
"""
Builder class for snapshots.
if self.settings.has_key("portdir_overlay"):
print "\nWarning!!!!"
print "\tThis feature is deprecated no overlay will be added to the snapshot."
- print "\tIf you need an overlay feature please use portdir_overlay in the other spec files"
+ print "\tIf you need an overlay feature please use portage_overlay in the other spec files"
print "\tOtherwise add your files to the normal snapshot and redigest .. you should know what"
print "\t\tto do."
print "\tThis was removed due to digesting issues that are incompatible with portage."