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?

-- 
Krzysiek Pawlik   <nelchael at gentoo.org>   key id: 0xBC555551
desktop-misc, desktop-dock, x86, java, apache, ppc...

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to