1
0
mirror of synced 2024-11-25 10:44:24 +01:00

Cleanup, remove sec arch support as it builds fine with primary too

This commit is contained in:
Zoltán Mizsei 2018-02-11 18:33:47 +01:00
parent 1cd739e2e4
commit 08d7193383

View File

@ -11,24 +11,23 @@ CHECKSUM_SHA256="ed6c73fc16578ec53ea374585df2b965ce9f4a31"
SOURCE_DIR="nocode-$srcGitRev" SOURCE_DIR="nocode-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 x86_64" ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES=" PROVIDES="
nocode$secondaryArchSuffix = $portVersion nocode = $portVersion
" "
REQUIRES=" REQUIRES="
haiku$secondaryArchSuffix haiku
" "
PROVIDES_devel=" PROVIDES_devel="
nocode${secondaryArchSuffix}_devel = $portVersion nocode_devel = $portVersion
" "
REQUIRES_devel=" REQUIRES_devel="
nocode$secondaryArchSuffix == $portVersion base nocode == $portVersion base
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel haiku_devel
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
cmd:true cmd:true