mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 02:00:06 +02:00
Mark x86_gcc2 as broken, no need for revbump (#5560)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user