From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D977139083 for ; Sun, 17 Dec 2017 21:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41370E0E88; Sun, 17 Dec 2017 21:08:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1424EE0E88 for ; Sun, 17 Dec 2017 21:08:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2913833BF01 for ; Sun, 17 Dec 2017 21:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7967AE7D for ; Sun, 17 Dec 2017 21:08:26 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1513544891.e082cbd69d9b535ab62e89360efd3aac1f5f3115.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/xz-utils/metadata.xml app-arch/xz-utils/xz-utils-5.2.3.ebuild app-arch/xz-utils/xz-utils-9999.ebuild X-VCS-Directories: app-arch/xz-utils/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e082cbd69d9b535ab62e89360efd3aac1f5f3115 X-VCS-Branch: master Date: Sun, 17 Dec 2017 21:08:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd6d710b-145e-417b-9d77-44ac31ee1d9d X-Archives-Hash: 1e1f24716137eb6a1e43768f84298dd7 commit: e082cbd69d9b535ab62e89360efd3aac1f5f3115 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 13 09:13:23 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Dec 17 21:08:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e082cbd6 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 gentoo.org> app-arch/xz-utils/metadata.xml | 5 +++++ app-arch/xz-utils/xz-utils-5.2.3.ebuild | 16 +++++++++++++++- app-arch/xz-utils/xz-utils-9999.ebuild | 16 +++++++++++++++- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/app-arch/xz-utils/metadata.xml b/app-arch/xz-utils/metadata.xml index 56c12441305..fac09b73379 100644 --- a/app-arch/xz-utils/metadata.xml +++ b/app-arch/xz-utils/metadata.xml @@ -5,4 +5,9 @@ base-system@gentoo.org Gentoo Base System + + 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. + diff --git a/app-arch/xz-utils/xz-utils-5.2.3.ebuild b/app-arch/xz-utils/xz-utils-5.2.3.ebuild index f15ced82058..bd59ee3b45a 100644 --- a/app-arch/xz-utils/xz-utils-5.2.3.ebuild +++ b/app-arch/xz-utils/xz-utils-5.2.3.ebuild @@ -27,7 +27,7 @@ HOMEPAGE="http://tukaani.org/xz/" # See top-level COPYING file as it outlines the various pieces and their licenses. LICENSE="public-domain LGPL-2.1+ GPL-2+" SLOT="0" -IUSE="elibc_FreeBSD nls static-libs +threads" +IUSE="elibc_FreeBSD +extra-filters nls static-libs +threads" RDEPEND="!