mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
helix: broken on ppc32
This commit is contained in:
parent
6cd4af3cf9
commit
b9c98a60d5
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*) broken="no AtomicU64 in sync::atomic";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm runtime/grammars/.gitkeep
|
rm runtime/grammars/.gitkeep
|
||||||
rm runtime/themes/README.md
|
rm runtime/themes/README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue