commit:     452a99dc3ec82c3485993a2de5de8d453f6adc24
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 15:20:55 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar 18 09:21:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452a99dc

dev-vcs/git: don't require JIT on dev-libs/libpcre2

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 <sam <AT> gentoo.org>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 dev-vcs/git/{git-2.31.0.ebuild => git-2.31.0-r1.ebuild} | 2 +-
 dev-vcs/git/git-9999-r1.ebuild                          | 2 +-
 dev-vcs/git/git-9999-r2.ebuild                          | 2 +-
 dev-vcs/git/git-9999-r3.ebuild                          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git/git-2.31.0.ebuild b/dev-vcs/git/git-2.31.0-r1.ebuild
similarity index 99%
rename from dev-vcs/git/git-2.31.0.ebuild
rename to dev-vcs/git/git-2.31.0-r1.ebuild
index ca020bda712..5aeda5d427f 100644
--- a/dev-vcs/git/git-2.31.0.ebuild
+++ b/dev-vcs/git/git-2.31.0-r1.ebuild
@@ -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? (

diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
index fb897e45883..20bef195759 100644
--- a/dev-vcs/git/git-9999-r1.ebuild
+++ b/dev-vcs/git/git-9999-r1.ebuild
@@ -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? (

diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
index fb897e45883..20bef195759 100644
--- a/dev-vcs/git/git-9999-r2.ebuild
+++ b/dev-vcs/git/git-9999-r2.ebuild
@@ -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? (

diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
index ca020bda712..5aeda5d427f 100644
--- a/dev-vcs/git/git-9999-r3.ebuild
+++ b/dev-vcs/git/git-9999-r3.ebuild
@@ -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? (

Reply via email to