Mark x86_gcc2 as broken, no need for revbump (#5560)

This commit is contained in:
Schrijvers Luc
2021-01-03 08:57:55 +01:00
committed by GitHub
parent b3a1f287ab
commit ab284ea949

View File

@@ -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