-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Krzysiek Pawlik wrote: > Consider following part of scite-1.74.ebuild: > > sed -i makefile \ > -e 's#usr/local#usr#g' \ > -e 's#/gnome/apps/Applications#/applications#' \ > -e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \ > -e "s#^\(CXXFLAGS=.*\)-Os#\1#" \ > -e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \ > -e 's#${D}##' \ > -e 's#-g root#-g 0#' \ > || die "error patching makefile" > > `repoman full' catches line "-e 's#${D}##' \": > > app-editors/scite/scite-1.74.ebuild: Unquoted Variable on line: 41 > > It's purpose is to remove the ${D} from makefile, additionally ${D} is in > single > quotes, so it will not be expanded - is it a bug in repoman check?
Yes, it seems like we need to add an exemption for variables inside single quotes like that. Zac -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) iD8DBQFHNeYL/ejvha5XGaMRAkpqAJ4tQzDDhcRbfFFqbYhGM3jm+iO6ZACfdovW +1DwScsWViapX7BJnD10lAM= =BBQu -----END PGP SIGNATURE----- -- [EMAIL PROTECTED] mailing list