mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
base-system: require linux on ppc64 targets
[ci skip]
This commit is contained in:
parent
d06299ebef
commit
4283c5b626
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
*) depends+=" glibc-locales";;
|
||||
esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) depends+=" linux";;
|
||||
i686*|x86_64*|ppc64*) depends+=" linux";;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue