mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
util_linux: Fix architecture specification
* Not specifying ?any will prevent the fdisk subpackage from building on non-x86 * No rev bump as this doesn't impact existing architecture packages
This commit is contained in:
@@ -91,7 +91,7 @@ PROVIDES_col="
|
||||
"
|
||||
|
||||
SUMMARY_fdisk="A random collection of Linux utilities (fdisk)"
|
||||
ARCHITECTURES_fdisk="!x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES_fdisk="?all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES_fdisk="?x86"
|
||||
PROVIDES_fdisk="
|
||||
util_linux${secondaryArchSuffix}_fdisk = $portVersionCompat
|
||||
|
||||
Reference in New Issue
Block a user