On Thu, Feb 20, 2014 at 8:12 AM, Lars Wendler <polynomia...@gentoo.org> wrote: > Hi, > > it seems like some GNU projects start to release their source tarballs > in lzip compressed versions only [1][2]. > This is a problem since portage's unpack function doesn't know anything > about lzip. > > ... > > What do you think? >
A short-term solution would be to add lzip support to unpacker.eclass and utilize that instead of the built-in unpack function. A long-term solution would be to modify PMS to support unpacking lzip archives. Either way, you will still need to have app-arch/lzip in DEPEND, similar to app-arch/unzip.