From 452a99dc3ec82c3485993a2de5de8d453f6adc24 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 16 Mar 2021 15:20:55 +0000 Subject: 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 Signed-off-by: Lars Wendler --- dev-vcs/git/git-9999-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-vcs/git/git-9999-r3.ebuild') 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? ( -- cgit v1.2.3-65-gdbad