From df3921f0ea835a62ea417c9074f3c9ab87c59b64 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 14 Aug 2010 22:18:17 -0700 Subject: Bug #332799 - Don't download lzma snapshots if tarsync is installed. --- bin/emerge-webrsync | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync index 6964168b6..e3ec5f639 100755 --- a/bin/emerge-webrsync +++ b/bin/emerge-webrsync @@ -226,12 +226,9 @@ do_snapshot() { local mirror local compressions="" - # lzma is not supported in <=app-arch/tarsync-0.2.1, so use - # bz2 format if we have an old version of tarsync. - if type -P tarsync > /dev/null && \ - portageq has_version / '<=app-arch/tarsync-0.2.1' ; then - true - else + # lzma is not supported in app-arch/tarsync, so use + # bz2 format if we have tarsync. + if ! type -P tarsync > /dev/null ; then type -P lzcat > /dev/null && compressions="${compressions} lzma" fi type -P bzcat > /dev/null && compressions="${compressions} bz2" -- cgit v1.2.3-1-g7c22