diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-11-14 13:42:00 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-11-14 13:42:00 +0000 |
commit | ec937fb17882a89412b82c84e8c1e594e6201860 (patch) | |
tree | 8e69c9b3872b0a072ce3c4cd9830ad85a6354710 /app-arch/libarchive/metadata.xml | |
parent | Fix tests (bug 295828) (diff) | |
download | historical-ec937fb17882a89412b82c84e8c1e594e6201860.tar.gz historical-ec937fb17882a89412b82c84e8c1e594e6201860.tar.bz2 historical-ec937fb17882a89412b82c84e8c1e594e6201860.zip |
Move local USE lzma to global USE
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'app-arch/libarchive/metadata.xml')
-rw-r--r-- | app-arch/libarchive/metadata.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-arch/libarchive/metadata.xml b/app-arch/libarchive/metadata.xml index 1beef6f639de..5375af28df76 100644 --- a/app-arch/libarchive/metadata.xml +++ b/app-arch/libarchive/metadata.xml @@ -28,17 +28,5 @@ libarchive's native support: bsdtar will keep using bunzip2 as a filter if that's not built-in. </flag> - <flag name="lzma" restrict="<app-arch/libarchive-2.7.1"> - Allow accessing lzma-compressed archives through the lzmadec - library (<pkg>app-arch/lzma-utils</pkg>). This only affects - libarchive's native support: bsdtar will keep using unlzma as a - filter if that's not built-in. - </flag> - <flag name="lzma" restrict=">=app-arch/libarchive-2.7.1"> - Allow accessing lzma-compressed archives through the lzma - library (<pkg>app-arch/xz-utils</pkg>). This only affects - libarchive's native support: bsdtar will keep using unlzma as a - filter if that's not built-in. - </flag> </use> </pkgmetadata> |