diff options
author | Sam James <sam@gentoo.org> | 2021-03-16 15:20:55 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-18 10:21:12 +0100 |
commit | 452a99dc3ec82c3485993a2de5de8d453f6adc24 (patch) | |
tree | 22ee94624d384f698b3322c259d673257c8287e5 /dev-vcs | |
parent | dev-vcs/git: drop USE=pcre-jit from 9999 too (diff) | |
download | gentoo-452a99dc3ec82c3485993a2de5de8d453f6adc24.tar.gz gentoo-452a99dc3ec82c3485993a2de5de8d453f6adc24.tar.bz2 gentoo-452a99dc3ec82c3485993a2de5de8d453f6adc24.zip |
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@gentoo.org>
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/git-2.31.0-r1.ebuild (renamed from dev-vcs/git/git-2.31.0.ebuild) | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r2.ebuild | 2 | ||||
-rw-r--r-- | 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 index ca020bda7122..5aeda5d427fc 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 fb897e458836..20bef1957594 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 fb897e458836..20bef1957594 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 ca020bda7122..5aeda5d427fc 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? ( |