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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4597415808B for ; Sat, 26 Feb 2022 02:16:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 809FBE0823; Sat, 26 Feb 2022 02:16:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DCF4E0823 for ; Sat, 26 Feb 2022 02:16:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C16C8342B67 for ; Sat, 26 Feb 2022 02:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CAED2A5 for ; Sat, 26 Feb 2022 02:16:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645841409.482acd6a90760b9b5712df63689bb6ebd7d7bb79.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libzip/libzip-1.8.0-r1.ebuild dev-libs/libzip/libzip-1.8.0.ebuild X-VCS-Directories: dev-libs/libzip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 482acd6a90760b9b5712df63689bb6ebd7d7bb79 X-VCS-Branch: master Date: Sat, 26 Feb 2022 02:16:11 +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: af64db48-163f-4e02-b1a3-052ee4af3b98 X-Archives-Hash: ea4973e9f5903ad63c66a723dc2cfc15 commit: 482acd6a90760b9b5712df63689bb6ebd7d7bb79 Author: Liam Flaherty chromium org> AuthorDate: Thu Feb 24 07:43:30 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 26 02:10:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482acd6a dev-libs/libzip: Add zstd build options [sam: revbump for automagic fix] Signed-off-by: Liam Flaherty chromium.org> Closes: https://github.com/gentoo/gentoo/pull/24343 Signed-off-by: Sam James gentoo.org> dev-libs/libzip/{libzip-1.8.0.ebuild => libzip-1.8.0-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/libzip/libzip-1.8.0.ebuild b/dev-libs/libzip/libzip-1.8.0-r1.ebuild similarity index 95% rename from dev-libs/libzip/libzip-1.8.0.ebuild rename to dev-libs/libzip/libzip-1.8.0-r1.ebuild index b5bd1678c9c4..63d0cba908af 100644 --- a/dev-libs/libzip/libzip-1.8.0.ebuild +++ b/dev-libs/libzip/libzip-1.8.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.nih.at/libzip/${P}.tar.xz" LICENSE="BSD" SLOT="0/5" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="bzip2 gnutls lzma mbedtls ssl static-libs test tools" +IUSE="bzip2 gnutls lzma mbedtls ssl static-libs test tools zstd" REQUIRED_USE="test? ( tools )" RESTRICT="!test? ( test )" @@ -31,6 +31,7 @@ DEPEND=" !mbedtls? ( dev-libs/openssl:0= ) ) ) + zstd? ( app-arch/zstd ) " RDEPEND="${DEPEND}" @@ -48,6 +49,7 @@ src_configure() { -DENABLE_COMMONCRYPTO=OFF # not in tree -DENABLE_BZIP2=$(usex bzip2) -DENABLE_LZMA=$(usex lzma) + -DENABLE_ZSTD=$(usex zstd) ) if [[ ${MULTIBUILD_VARIANT} = static-libs ]]; then mycmakeargs+=(