gentoo-x86 commit in net-irc/quassel: ChangeLog quassel-9999-r1.ebuild quassel-0.2.0_rc1.ebuild quassel-0.2.9999.ebuild
In-Reply-To: <E1KEBBY-0000DS-J3@stork.gentoo.org>
> 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