In-Reply-To: <[EMAIL PROTECTED]>
>   Add missing eutils inherit for the non-git ebuilds as otherwise it seems to 
> be failing.
>   (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
> 
The reason it's failing is because you have things after the 9999. You
can do this:

if [[ ${PV} == *9999* ]]; then
    inherit git

instead of:
>  if [[ ${PV} == *9999 ]]; then
>       inherit git

Doing it my way doesn't fail for, say, 9999-r1

Regards,
Thomas

Attachment: pgp0Mzp7grOpD.pgp
Description: PGP signature

Reply via email to