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:
@@ -21,7 +21,7 @@ SOURCE_URI="https://github.com/HaikuArchives/WebWatch/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="bf996ab1c523be740b8e9cb9e03478904d7ee56e0a335fe165961a961fb1720c"
|
||||
SOURCE_DIR="WebWatch-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
webwatch
|
||||
|
||||
Reference in New Issue
Block a user