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 C91EC138334 for ; Fri, 20 Dec 2019 08:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B0E1E089F; Fri, 20 Dec 2019 08:01:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E4407E089F for ; Fri, 20 Dec 2019 08:01:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9B9C234DA48 for ; Fri, 20 Dec 2019 08:01:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2803E85C for ; Fri, 20 Dec 2019 08:01:28 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1576828883.2bb2da5b4cee449470c300fbebbababab1b0c914.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/file/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/file/file-5.38.ebuild sys-apps/file/metadata.xml X-VCS-Directories: sys-apps/file/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2bb2da5b4cee449470c300fbebbababab1b0c914 X-VCS-Branch: master Date: Fri, 20 Dec 2019 08:01:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 204da499-ee7e-4453-a285-837ef7e91b0b X-Archives-Hash: 95d6a88acb7348dbb23307337cfe1b76 commit: 2bb2da5b4cee449470c300fbebbababab1b0c914 Author: Lars Wendler gentoo org> AuthorDate: Fri Dec 20 07:57:08 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Dec 20 08:01:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb2da5b sys-apps/file: Renamed "xz" USE flag to "lzma" Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> sys-apps/file/file-5.38.ebuild | 6 +++--- sys-apps/file/metadata.xml | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sys-apps/file/file-5.38.ebuild b/sys-apps/file/file-5.38.ebuild index 958e7673b08..74b955f43b6 100644 --- a/sys-apps/file/file-5.38.ebuild +++ b/sys-apps/file/file-5.38.ebuild @@ -21,16 +21,16 @@ HOMEPAGE="https://www.darwinsys.com/file/" LICENSE="BSD-2" SLOT="0" -IUSE="bzip2 python static-libs xz zlib" +IUSE="bzip2 lzma python static-libs zlib" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DEPEND=" bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] ) + lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] ) python? ( ${PYTHON_DEPS} dev-python/setuptools[${PYTHON_USEDEP}] ) - xz? ( app-arch/xz-utils[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND} python? ( !dev-python/python-magic )" @@ -51,8 +51,8 @@ multilib_src_configure() { --disable-libseccomp --enable-fsect-man5 $(use_enable bzip2 bzlib) + $(use_enable lzma xzlib) $(use_enable static-libs static) - $(use_enable xz xzlib) $(use_enable zlib) ) ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" diff --git a/sys-apps/file/metadata.xml b/sys-apps/file/metadata.xml index 48ce3150fb7..2c14dbfaaad 100644 --- a/sys-apps/file/metadata.xml +++ b/sys-apps/file/metadata.xml @@ -5,9 +5,6 @@ base-system@gentoo.org Gentoo Base System - - Enable support for XZ ("LZMA2") decompression using app-arch/xz-utils - http://bugs.gw.com/