Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
the ut2003-2225.ebuild tries to unpack the patch with unpack_makeself but it isnt a makeself package Reproducible: Always Steps to Reproduce: emerge ut-2003 Actual Results: the unpack failed Expected Results: it should unpack it with unpack ut2003lnx_patch${PV}.tar.bz2 here is the patch.. --- /usr/portage/app-games/ut2003/ut2003-2225.ebuild 2003-08-06 14:10:01.000000000 +0200 +++ ut2003-2225.ebuild 2003-08-07 17:58:43.000000000 +0200 @@ -32,3 +32,3 @@ src_unpack() { - unpack_makeself || die + unpack ut2003lnx_patch${PV}.tar.bz2 || die }
Fixed in CVS. Read ChageLog for explanation.