mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +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:
@@ -17,7 +17,7 @@ SOURCE_URI="ftp://ftp.invisible-island.net/mawk/mawk-1.3.4-20171017.tgz"
|
||||
CHECKSUM_SHA256="db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b"
|
||||
SOURCE_DIR="mawk-1.3.4-20171017"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
mawk = $portVersion compat >= 1
|
||||
|
||||
Reference in New Issue
Block a user