From 33f60db63e2a735e5a4c163e59b9d131f9745c9d Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Mon, 22 Jul 2019 12:59:42 +0300 Subject: [PATCH] pyenet: fix build --- dev-python/pyenet/pyenet-20141025.recipe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/pyenet/pyenet-20141025.recipe b/dev-python/pyenet/pyenet-20141025.recipe index 13a7737df..b0562299e 100644 --- a/dev-python/pyenet/pyenet-20141025.recipe +++ b/dev-python/pyenet/pyenet-20141025.recipe @@ -19,9 +19,9 @@ SOURCE_DIR_2="enet-5f476546edabdf37509cd3448d1a616f5eca535d" LICENSE=" BSD (3-clause) MIT -" + " COPYRIGHT="2003 Scott Robinson; 2009,2010 Andrew Resch" -REVISION="2" +REVISION="3" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -29,19 +29,19 @@ PATCHES="pyenet-$portVersion.patchset" PROVIDES=" pyenet = $portVersion -" + " REQUIRES=" haiku cmd:python -" + " BUILD_PREREQUIRES=" haiku_devel - cmd:cython + cmd:cython2 cmd:gcc cmd:python -" + " BUILD() {