From 6aa0eafee098a23953bced99bc484f984a34b2a7 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Sat, 15 Nov 2014 16:20:58 -0700 Subject: [PATCH] mercurial: force use of python < 3.x --- dev-vcs/mercurial/mercurial-3.2.1.recipe | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-3.2.1.recipe b/dev-vcs/mercurial/mercurial-3.2.1.recipe index 6cad0b92c..09095fc0b 100644 --- a/dev-vcs/mercurial/mercurial-3.2.1.recipe +++ b/dev-vcs/mercurial/mercurial-3.2.1.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2005-2014 Matt Mackall et al." LICENSE="GNU GPL v2" SRC_URI="http://mercurial.selenic.com/release/mercurial-$portVersion.tar.gz" CHECKSUM_SHA256="26418276fbc36850782f1f4feb30da4a83800b48493082985c4d3ac29ad0ca0f" -REVISION="1" +REVISION="2" ARCHITECTURES="x86_gcc2 x86 x86_64" PATCHES="mercurial-3.2.1.patch" @@ -19,7 +19,7 @@ PROVIDES=" REQUIRES=" haiku_devel >= $haikuVersion - cmd:python + cmd:python < 3 cmd:nano " @@ -28,7 +28,7 @@ BUILD_REQUIRES=" " BUILD_PREREQUIRES=" - cmd:python + cmd:python < 3 cmd:gcc cmd:gettext cmd:ld @@ -45,7 +45,6 @@ INSTALL() { $portPackageLinksDir/cmd~python/bin/python setup.py install \ --prefix="$prefix" \ - --install-headers="$includedir" \ --force }