From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2849C1582EF for ; Fri, 07 Mar 2025 03:33:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 135D234301F for ; Fri, 07 Mar 2025 03:33:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0D0FC11037D; Fri, 07 Mar 2025 03:33:00 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F244A11037D for ; Fri, 07 Mar 2025 03:32:59 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FA8E342FA2 for ; Fri, 07 Mar 2025 03:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0B572890 for ; Fri, 07 Mar 2025 03:32:57 +0000 (UTC) From: "demize" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "demize" Message-ID: <1741315519.a701829ed96c3288cb0de1b1c348328e2e88c5f0.demize@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/jj/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/jj/jj-0.27.0-r1.ebuild dev-vcs/jj/jj-9999.ebuild X-VCS-Directories: dev-vcs/jj/ X-VCS-Committer: demize X-VCS-Committer-Name: demize X-VCS-Revision: a701829ed96c3288cb0de1b1c348328e2e88c5f0 X-VCS-Branch: dev Date: Fri, 07 Mar 2025 03:32:57 +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: 25c42fd1-5412-45f8-9df1-68d6709aa7ce X-Archives-Hash: 9c4134e6ee248d14224b38659b38023e commit: a701829ed96c3288cb0de1b1c348328e2e88c5f0 Author: demize unstable systems> AuthorDate: Fri Mar 7 02:41:38 2025 +0000 Commit: demize unstable systems> CommitDate: Fri Mar 7 02:45:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a701829e dev-vcs/jj: drop zstd dependency Dropped upstream a couple releases ago. Signed-off-by: demize unstable.systems> dev-vcs/jj/jj-0.27.0-r1.ebuild | 2 -- dev-vcs/jj/jj-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/dev-vcs/jj/jj-0.27.0-r1.ebuild b/dev-vcs/jj/jj-0.27.0-r1.ebuild index b7f2bf931..46de2d267 100644 --- a/dev-vcs/jj/jj-0.27.0-r1.ebuild +++ b/dev-vcs/jj/jj-0.27.0-r1.ebuild @@ -492,7 +492,6 @@ KEYWORDS="~amd64 ~arm64" BDEPEND="virtual/pkgconfig" DEPEND=" - >=app-arch/zstd-1.5.5:= >=dev-libs/libgit2-1.8.1:0/1.8 dev-libs/openssl:= net-libs/libssh2:= @@ -510,7 +509,6 @@ pkg_setup() { export LIBSSH2_SYS_USE_PKG_CONFIG=1 export OPENSSL_NO_VENDOR=1 export PKG_CONFIG_ALLOW_CROSS=1 - export ZSTD_SYS_USE_PKG_CONFIG=1 rust_pkg_setup } diff --git a/dev-vcs/jj/jj-9999.ebuild b/dev-vcs/jj/jj-9999.ebuild index 5f9a85677..07d5691b4 100644 --- a/dev-vcs/jj/jj-9999.ebuild +++ b/dev-vcs/jj/jj-9999.ebuild @@ -26,7 +26,6 @@ SLOT="0" BDEPEND="virtual/pkgconfig" DEPEND=" - >=app-arch/zstd-1.5.5:= >=dev-libs/libgit2-1.8.1:0/1.8 dev-libs/openssl net-libs/libssh2:= @@ -41,7 +40,6 @@ pkg_setup() { export LIBSSH2_SYS_USE_PKG_CONFIG=1 export OPENSSL_NO_VENDOR=1 export PKG_CONFIG_ALLOW_CROSS=1 - export ZSTD_SYS_USE_PKG_CONFIG=1 rust_pkg_setup }