>
>> 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
Very neat solution Neil, thanks.
--
[email protected] mailing list