diff options
author | 2017-12-13 10:13:23 +0100 | |
---|---|---|
committer | 2017-12-17 22:08:11 +0100 | |
commit | e082cbd69d9b535ab62e89360efd3aac1f5f3115 (patch) | |
tree | 93f8c44796a1383ef6da3d6fc5c06ff3d9aa707a /app-arch/xz-utils/metadata.xml | |
parent | app-arch/xz-utils: Refactor myconf for new options (diff) | |
download | gentoo-e082cbd69d9b535ab62e89360efd3aac1f5f3115.tar.gz gentoo-e082cbd69d9b535ab62e89360efd3aac1f5f3115.tar.bz2 gentoo-e082cbd69d9b535ab62e89360efd3aac1f5f3115.zip |
app-arch/xz-utils: Support disabling unnecessary filters
Closes: https://bugs.gentoo.org/641488
Closes: https://github.com/gentoo/gentoo/pull/6547
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-arch/xz-utils/metadata.xml')
-rw-r--r-- | app-arch/xz-utils/metadata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-arch/xz-utils/metadata.xml b/app-arch/xz-utils/metadata.xml index 56c124413057..fac09b73379a 100644 --- a/app-arch/xz-utils/metadata.xml +++ b/app-arch/xz-utils/metadata.xml @@ -5,4 +5,9 @@ <email>base-system@gentoo.org</email> <name>Gentoo Base System</name> </maintainer> +<use> + <flag name='extra-filters'>Build additional filters that are not + used in any of the default xz presets. This includes delta + and BCJ coders, additional match finders and SHA256 checks.</flag> +</use> </pkgmetadata> |