mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
CatKeysEditor: gcc2-only until PR merged
As it doesn't build under 64bit (no idea about x86) until the PR https://github.com/puckipedia/BeLocalized/pull/24 is merged, declare gcc2-only.
This commit is contained in:
@@ -15,7 +15,7 @@ SOURCE_URI="$HOMEPAGE/archive/$scrGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="481c0c882143194fd54ba0aa67bc69f739e8f0bd2cc7bc40709aaabdac1b7368"
|
||||
SOURCE_DIR="BeLocalized-$scrGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 !x86_64"
|
||||
|
||||
PROVIDES="
|
||||
catkeyseditor = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user