From ab284ea9491f73bfa4e060ecfa6d8ffa44d74702 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 3 Jan 2021 08:57:55 +0100 Subject: [PATCH] Mark x86_gcc2 as broken, no need for revbump (#5560) --- games-board/gnuchess/gnuchess-6.2.7.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/gnuchess/gnuchess-6.2.7.recipe b/games-board/gnuchess/gnuchess-6.2.7.recipe index 134ce0bca..bf49f25a4 100644 --- a/games-board/gnuchess/gnuchess-6.2.7.recipe +++ b/games-board/gnuchess/gnuchess-6.2.7.recipe @@ -11,7 +11,7 @@ SOURCE_URI="http://ftpmirror.gnu.org/chess/gnuchess-$portVersion.tar.gz" CHECKSUM_SHA256="e536675a61abe82e61b919f6b786755441d9fcd4c21e1c82fb9e5340dd229846" PATCHES="gnuchess-$portVersion.patchset" -ARCHITECTURES="x86_gcc2 x86 x86_64" +ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" if [ "$targetArchitecture" != x86_gcc2 ]; then