mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 00:27:40 +00:00
fix(linux): Exclude s390x from package builds for ibus-keyman
ibus-keyman depends on keyman-keyboardprocessor which we don't build for s390x because we currently don't support big-endian. We only build for the same architectures as keyman-keyboardprocessor.
This commit is contained in:
parent
529ab546cb
commit
f0e2c848c3
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ Vcs-Browser: https://github.com/keymanapp/keyman/tree/master/linux/ibus-keyman
|
|||
Homepage: https://www.keyman.com
|
||||
|
||||
Package: ibus-keyman
|
||||
Architecture: any
|
||||
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el
|
||||
Depends:
|
||||
ibus (>= 1.3.7),
|
||||
sudo,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue