Skip to content

Commit

Permalink
dev-vcs/git: don't require JIT on dev-libs/libpcre2
Browse files Browse the repository at this point in the history
Git detects at runtime whether JIT was compiled in to libpcre2
and falls back gracefully if it wasn't.

Bug: https://bugs.gentoo.org/776682
Signed-off-by: Sam James <[email protected]>
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
thesamesam authored and Lars Wendler committed Mar 18, 2021
1 parent c1f1209 commit 452a99d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
sys-libs/zlib
pcre? ( dev-libs/libpcre2[jit(+)] )
pcre? ( dev-libs/libpcre2 )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:0= )
curl? (
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/git/git-9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
sys-libs/zlib
pcre? ( dev-libs/libpcre2[jit(+)] )
pcre? ( dev-libs/libpcre2 )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:0= )
curl? (
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/git/git-9999-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
sys-libs/zlib
pcre? ( dev-libs/libpcre2[jit(+)] )
pcre? ( dev-libs/libpcre2 )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:0= )
curl? (
Expand Down
2 changes: 1 addition & 1 deletion dev-vcs/git/git-9999-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ DEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
sys-libs/zlib
pcre? ( dev-libs/libpcre2[jit(+)] )
pcre? ( dev-libs/libpcre2 )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk:0= )
curl? (
Expand Down

0 comments on commit 452a99d

Please sign in to comment.