${N} instead of ${PN}? # diff -U1 /usr/portage/dev-util/subversion/subversion-0.21.0-r1.ebuild.old /usr/portage/dev-util/subversion/subversion-0.21.0-r1.ebuild --- /usr/portage/dev-util/subversion/subversion-0.21.0-r1.ebuild.old 2003-05-11 22:09:58.000000000 +0200 +++ /usr/portage/dev-util/subversion/subversion-0.21.0-r1.ebuild 2003-05-11 22:09:36.000000000 +0200 @@ -169,3 +169,3 @@ einfo "" - einfo "A repository needs to be created using the ebuild ${PN} config command" + einfo "A repository needs to be created using the ebuild ${N} config command" einfo "To allow web access a htpasswd file needs to be created using the" Reproducible: Always Steps to Reproduce: 1. Notice blank in: " * A repository needs to be created using the ebuild config command" 2. Read ebuild 3. Compare with lines 1268 and on in portage.py ... Expected Results: printed: * A repository needs to be created using the ebuild subversion config command" (though shouldn't 'ebuild' get the full path to the ebuild?
Aargh, my diff is ass-backwards, ${N} is wrong, ${PN} is right.
good catch