commit:     889b031487b9afb451a6c20cef5a43d0b5d779bc
Author:     Vivian Heisz (vhz) <demize <AT> unstable <DOT> systems>
AuthorDate: Thu Jun  5 02:39:58 2025 +0000
Commit:     demize <demize <AT> unstable <DOT> systems>
CommitDate: Thu Jun  5 02:39:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=889b0314

dev-vcs/jj: sync live with 0.30.0

Much cleaner, now that git2 has been removed entirely :)

Signed-off-by: Vivian Heisz (vhz) <demize <AT> unstable.systems>

 dev-vcs/jj/jj-9999.ebuild | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/dev-vcs/jj/jj-9999.ebuild b/dev-vcs/jj/jj-9999.ebuild
index 1c7769c455..c51ef5f6c2 100644
--- a/dev-vcs/jj/jj-9999.ebuild
+++ b/dev-vcs/jj/jj-9999.ebuild
@@ -21,31 +21,12 @@ IUSE="
        +git2
 "
 
-BDEPEND="
-       virtual/pkgconfig
-"
-DEPEND="
-       git2? (
-               >=dev-libs/libgit2-1.9.0:0/1.9
-               dev-libs/openssl:=
-               net-libs/libssh2:=
-       )
-"
 RDEPEND="
-       ${DEPEND}
        dev-vcs/git
 "
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 
-pkg_setup() {
-       export LIBGIT2_NO_VENDOR=1
-       export LIBSSH2_SYS_USE_PKG_CONFIG=1
-       export OPENSSL_NO_VENDOR=1
-       export PKG_CONFIG_ALLOW_CROSS=1
-       rust_pkg_setup
-}
-
 src_unpack() {
        git-r3_src_unpack
        cargo_live_src_unpack
@@ -53,7 +34,6 @@ src_unpack() {
 
 src_configure() {
        local myfeatures=(
-               $(usev git2)
                watchman
                git
        )

Reply via email to