mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-25 09:38:52 +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:
@@ -12,7 +12,7 @@ SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="f572f2456ee63839a5d85c33bb28723527ac7e34166104548ef9188ca4c65ef0"
|
||||
SOURCE_DIR="HaikuThemeManager-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
ARCHITECTURES="all ?x86"
|
||||
|
||||
PROVIDES="
|
||||
thememanager = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user