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>
print "\tpackage.use in the profile and portage_confdir. You've been warned!"
myf.write('PORTDIR="%s"\n' % self.settings['portdir'])
- myf.write('DISTDIR="${PORTDIR}/distfiles"\n')
+ myf.write('DISTDIR="%s"\n' % self.settings['distdir'])
myf.write('PKGDIR="${PORTDIR}/packages"\n')
""" Setup the portage overlay """