From 72f4810bd565b643b7b6ee80ff3548a151b1b9f9 Mon Sep 17 00:00:00 2001 From: Crestwave <35413013+Crestwave@users.noreply.github.com> Date: Thu, 20 Feb 2020 21:57:52 +0800 Subject: [PATCH] ripgrep: fix x86 secondary arch build (#4732) * ripgrep: fix x86 secondary arch build --- sys-apps/ripgrep/ripgrep-11.0.2.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/ripgrep/ripgrep-11.0.2.recipe b/sys-apps/ripgrep/ripgrep-11.0.2.recipe index ceee0113a..9ce546889 100644 --- a/sys-apps/ripgrep/ripgrep-11.0.2.recipe +++ b/sys-apps/ripgrep/ripgrep-11.0.2.recipe @@ -1,4 +1,4 @@ -SUMMARY="Search tool that combines the usability of ag with the speed of grep" +SUMMARY="A search tool that combines the usability of ag with the speed of grep" DESCRIPTION="\ ripgrep (rg) recursively searches your current directory for a regex pattern. By default, ripgrep will respect your .gitignore and automatically skip hidden @@ -7,7 +7,7 @@ HOMEPAGE="https://github.com/BurntSushi/ripgrep" COPYRIGHT="2015 Andrew Gallant" LICENSE="MIT Unlicense" -REVISION="2" +REVISION="3" SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" CHECKSUM_SHA256="0983861279936ada8bc7a6d5d663d590ad34eb44a44c75c2d6ccd0ab33490055" SOURCE_FILENAME="ripgrep-$portVersion.tar.gz" @@ -228,8 +228,8 @@ BUILD_REQUIRES=" " BUILD_PREREQUIRES=" cmd:a2x - cmd:cargo$secondaryArchSuffix cmd:gcc$secondaryArchSuffix + cmd:rustc$secondaryArchSuffix >= 1.39.0 " defineDebugInfoPackage ripgrep$secondaryArchSuffix \