diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-11-27 13:44:01 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-11-27 13:45:26 +0100 |
commit | 070d466e9251baaa01a9f2d4a0d144bd6a45b146 (patch) | |
tree | 801e678f7b0f4a4b847fc254e8f2ff888fe34eae /sys-apps | |
parent | games-emulation/m64py: Require <dev-python/setuptools-69, sigh (diff) | |
download | gentoo-070d466e9251baaa01a9f2d4a0d144bd6a45b146.tar.gz gentoo-070d466e9251baaa01a9f2d4a0d144bd6a45b146.tar.bz2 gentoo-070d466e9251baaa01a9f2d4a0d144bd6a45b146.zip |
sys-apps/ripgrep: fix BDEPEND: ripgrep 14.0 requires rustc 1.72
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ripgrep/ripgrep-14.0.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/ripgrep/ripgrep-14.0.0.ebuild b/sys-apps/ripgrep/ripgrep-14.0.0.ebuild index 36d61445b81c..a55c00b59efc 100644 --- a/sys-apps/ripgrep/ripgrep-14.0.0.ebuild +++ b/sys-apps/ripgrep/ripgrep-14.0.0.ebuild @@ -76,7 +76,10 @@ IUSE="+pcre" RDEPEND="pcre? ( dev-libs/libpcre2:= )" DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + >=virtual/rust-1.72 + virtual/pkgconfig +" QA_FLAGS_IGNORED="usr/bin/rg" |