From a66a1653963623d2b8a7d527d66f35bc8f076bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 13 Sep 2018 13:29:26 +0200 Subject: [PATCH] snowman: explicit qmake version dependency. --- app-forensics/snowman/snowman-0.1.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-forensics/snowman/snowman-0.1.0.recipe b/app-forensics/snowman/snowman-0.1.0.recipe index 5de8df3a2..da4847fdc 100644 --- a/app-forensics/snowman/snowman-0.1.0.recipe +++ b/app-forensics/snowman/snowman-0.1.0.recipe @@ -14,7 +14,7 @@ assembler code and the reconstructed program. HOMEPAGE="https://derevenets.com" COPYRIGHT="2010 Yegor Derevenets" LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/yegord/snowman/archive/v$portVersion.zip" CHECKSUM_SHA256="45a9bf4dd0805c1c42155b6c5ff1c86bb28273dbf1453e958cfeee3cec086bc0" @@ -51,7 +51,7 @@ BUILD_PREREQUIRES=" cmd:ld$secondaryArchSuffix cmd:make cmd:pkg_config$secondaryArchSuffix - cmd:qmake$secondaryArchSuffix + cmd:qmake$secondaryArchSuffix >= 5 " BUILD()