On Mon, 3 Apr 2006 16:45:39 +0100 (BST), Peter Campion-Bye wrote:

> Regarding the original problem with pilot-link, there is AFAIK no way to
> specify FEATURES on an individual package basis (ie put
> 'app-pda/pilot-link -sandbox' into a file named package.features, in
> the style of the package.use file) - is that correct?

You can use /etc/portage/bashrc to set anything on a per-package basis.

Put this in /etc/portage/bashrc

for MY_ENV in ${PN} ${P} ${PF}; do 
        if [ -f /etc/portage/env.d/${CATEGORY}/${MY_ENV} ]; then 
                source /etc/portage/env.d/${CATEGORY}/${MY_ENV} 
                fi 
        done

And put 'FEATURES="-sandbox" in /etc/portage/env.d/app-pda/pilot-link


-- 
Neil Bothwick

I understand the answers, the questions throw me.

Attachment: signature.asc
Description: PGP signature

Reply via email to