mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 18:20:07 +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:
@@ -10,7 +10,7 @@ SOURCE_URI="https://pypi.io/packages/source/p/pycares/pycares-$portVersion.tar.g
|
||||
CHECKSUM_SHA256="18dfd4fd300f570d6c4536c1d987b7b7673b2a9d14346592c5d6ed716df0d104"
|
||||
PATCHES="pycares-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_64"
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user