commit:     a701829ed96c3288cb0de1b1c348328e2e88c5f0
Author:     demize <demize <AT> unstable <DOT> systems>
AuthorDate: Fri Mar  7 02:41:38 2025 +0000
Commit:     demize <demize <AT> unstable <DOT> 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 <demize <AT> 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
 }
 

Reply via email to