From 9cb9c351c5fa9b16a9f2e982b7d4496b52df92f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 19 Jul 2017 10:03:36 +0200 Subject: [PATCH] tor: remove $haikuVersion. --- net-vpn/tor/tor-0.3.0.9.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-vpn/tor/tor-0.3.0.9.recipe b/net-vpn/tor/tor-0.3.0.9.recipe index 515c7b645..ba9b45dc8 100644 --- a/net-vpn/tor/tor-0.3.0.9.recipe +++ b/net-vpn/tor/tor-0.3.0.9.recipe @@ -10,7 +10,7 @@ SOURCE_URI="https://www.torproject.org/dist/tor-$portVersion.tar.gz" CHECKSUM_SHA256="48d4880bf6ccb19ce9af2abde6946d7cf0635cc807548badbf4a221a79581e42" PATCHES="tor-$portVersion.patchset" -REVISION="1" +REVISION="2" ARCHITECTURES="!x86_gcc2 x86 ?x86_64" SECONDARY_ARCHITECTURES="x86" @@ -23,14 +23,14 @@ PROVIDES=" cmd:torify$secondaryArchSuffix " REQUIRES=" - haiku$secondaryArchSuffix >= $haikuVersion + haiku$secondaryArchSuffix lib:libevent$secondaryArchSuffix lib:libz$secondaryArchSuffix lib:libssl$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix " BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel >= $haikuVersion + haiku${secondaryArchSuffix}_devel devel:libevent$secondaryArchSuffix devel:libssl$secondaryArchSuffix devel:libz$secondaryArchSuffix