diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-09-18 12:39:25 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-09-18 12:39:25 +0000 |
commit | afe0110ff4d7c57358973a579df6686478b5e659 (patch) | |
tree | 40f63032d2383be3d7b8b6fe7cf4e42a4010c11d /testing | |
parent | e92aa33faabf34cb07096c8f98360c38f969116a (diff) | |
download | aports-afe0110ff4d7c57358973a579df6686478b5e659.tar.bz2 aports-afe0110ff4d7c57358973a579df6686478b5e659.tar.xz |
testing/kitty: disabled for ppc64le arch
Diffstat (limited to 'testing')
-rw-r--r-- | testing/kitty/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kitty/APKBUILD b/testing/kitty/APKBUILD index 78ad1f9799..cf25d485a2 100644 --- a/testing/kitty/APKBUILD +++ b/testing/kitty/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=kitty pkgver=0.12.1 -pkgrel=0 +pkgrel=1 pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator" url="https://sw.kovidgoyal.net/kitty/" -arch="all" +arch="all !ppc64le" license="GPL-3.0" #some test fails, disabled for now: #ERROR: test_box_drawing |