mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +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:
@@ -14,7 +14,7 @@ SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2ad1f6683e6d12d9305864c8f06d0981289a0f28bd676e6f807ee52e3d0711af"
|
||||
SOURCE_DIR="CommandTimer-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
commandtimer = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user