diff options
author | 2019-09-15 16:11:01 +0200 | |
---|---|---|
committer | 2019-09-17 13:00:53 +0200 | |
commit | 1dcea92d2117ec4808ba3dba48bae2c4e23022b1 (patch) | |
tree | 9dd86b9143c6bb6df0fe7b90e62afa24c3874a59 /app-arch | |
parent | use.desc: Make lz4 a global flag (diff) | |
download | gentoo-1dcea92d2117ec4808ba3dba48bae2c4e23022b1.tar.gz gentoo-1dcea92d2117ec4808ba3dba48bae2c4e23022b1.tar.bz2 gentoo-1dcea92d2117ec4808ba3dba48bae2c4e23022b1.zip |
*/*: Remove redundant descriptions for USE=lz4
Remove local descriptions of 'lz4' flag where they add nothing to
the global description. They were left where they are more precise,
e.g. indicate what the compression is used for or indicate another
provider.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/libarchive/metadata.xml | 3 | ||||
-rw-r--r-- | app-arch/zstd/metadata.xml | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/app-arch/libarchive/metadata.xml b/app-arch/libarchive/metadata.xml index 69042b3e7224..553fc08711f4 100644 --- a/app-arch/libarchive/metadata.xml +++ b/app-arch/libarchive/metadata.xml @@ -18,9 +18,6 @@ <flag name="e2fsprogs"> Use file flags from <pkg>sys-fs/e2fsprogs</pkg> headers instead of <pkg>virtual/os-headers</pkg> headers </flag> - <flag name="lz4"> - Enable support for LZ4 compression using <pkg>app-arch/lz4</pkg> - </flag> <flag name="nettle"> Use <pkg>dev-libs/nettle</pkg> as crypto backend </flag> diff --git a/app-arch/zstd/metadata.xml b/app-arch/zstd/metadata.xml index 82079cb18aea..b9782eebc304 100644 --- a/app-arch/zstd/metadata.xml +++ b/app-arch/zstd/metadata.xml @@ -5,11 +5,6 @@ <email>patrick@gentoo.org</email> <name>Patrick Lauer</name> </maintainer> - <use> - <flag name="lz4"> - Enable support for LZ4 compression using <pkg>app-arch/lz4</pkg> - </flag> - </use> <upstream> <remote-id type="github">facebook/zstd</remote-id> </upstream> |