Bug 220899 - app-arch/lzma-utils: make need for C++ optional
|
Bug#:
220899
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: base-system@gentoo.org
|
Reported By: ulm@gentoo.org
|
|
Component: Applications
|
|
|
URL:
http://archives.gentoo.org/gentoo-dev/msg_db1f0266707ce070d0362272c308d26f.xml
|
|
Summary: app-arch/lzma-utils: make need for C++ optional
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2008-05-08 11:37 0000
|
Following the recent discussion in -dev, here is an ebuild and a patch to
disable all pieces that require C++ support.
Tested with:
tar --use-compress-program=/usr/bin/lzmadec -tvf coreutils-6.11.tar.lzma
lzmadec <coreutils-6.11.tar.lzma | tar -tvf -
(In reply to comment #3)
> i also added a wrapper script "lzma" so that packages doing `lzma -dc`
> will still work (like portage)
Hm, also support for "lzma -d" would be useful since tar calls it like this.
elif [ "$1" = "-d" ] ; then
lzmadec
(Or maybe cleaner to convert to a case statement.)