mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has, is transformed into "all", and then the other entries in ARCHITECTURES either dropped or rearranged appropriately.
This commit is contained in:
@@ -13,7 +13,7 @@ SOURCE_URI="https://github.com/HaikuArchives/KeymapSwitcher/archive/$portVersion
|
||||
CHECKSUM_SHA256="1622bffb6b7ed82e6f7473ec715d800abc33f9a17a609d7f65b61580f6c8cbfd"
|
||||
SOURCE_DIR="KeymapSwitcher-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
keymapswitcher = $portVersion compat >= 1.2.7
|
||||
|
||||
Reference in New Issue
Block a user