W. Trevor King: Refactored Git history for Brian Dolbec's content changes.
Reviewed-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: W. Trevor King <wking@tremily.us>
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
"/use will cause portage to ignore"
print "\tpackage.use in the profile and portage_confdir. You've been warned!"
- myf.write('PORTDIR="/usr/portage"\n')
+ myf.write('PORTDIR="%s"\n' % self.settings['portdir'])
myf.write('DISTDIR="${PORTDIR}/distfiles"\n')
myf.write('PKGDIR="${PORTDIR}/packages"\n')