From cb61a0f27211f643a49baddc5eb52ab3bec3af10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 12 Oct 2021 13:32:14 +0200 Subject: [PATCH] buildbot: switch to any arch --- dev-util/buildbot_slave/buildbot_slave-0.9.5.recipe | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-util/buildbot_slave/buildbot_slave-0.9.5.recipe b/dev-util/buildbot_slave/buildbot_slave-0.9.5.recipe index 0b6f0e099..dc847a50a 100644 --- a/dev-util/buildbot_slave/buildbot_slave-0.9.5.recipe +++ b/dev-util/buildbot_slave/buildbot_slave-0.9.5.recipe @@ -23,23 +23,21 @@ executing builds and/or tests." HOMEPAGE="http://www.buildbot.net" COPYRIGHT="2005-2013 Bryan Warner and the Buildbot team members" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://pypi.python.org/packages/a4/bc/ea8d3115fca39cfd7492f0d3da1dffde659fc11072f07152247c8d903df6/buildbot-worker-$portVersion.tar.gz" CHECKSUM_SHA256="be89dbbd64ac4d10c8b43ea0fd8378803170247493c8ae023a4e8732aa9287aa" SOURCE_DIR="buildbot-worker-$portVersion" PATCHES="buildbot_slave-$portVersion.patchset" -ARCHITECTURES="all !x86_gcc2" -SECONDARY_ARCHITECTURES="x86" - +ARCHITECTURES="any" PROVIDES=" - buildbot_slave$secondaryArchSuffix = $portVersion + buildbot_slave = $portVersion cmd:buildslave = $portVersion " REQUIRES=" - haiku$secondaryArchSuffix - twisted${secondaryArchSuffix}_python3 + haiku + twisted_python3 cmd:python3.7 "