diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-26 07:25:51 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-26 07:25:51 +0000 |
commit | d59493869f822ce877d179cd950412097e038cd0 (patch) | |
tree | ed45f15fc56d198a0138ef8b74a977a5bf9f7a1c /testing/efl | |
parent | d96513d9d7f8b508a5d9de18ad730f5b7cd113f2 (diff) | |
download | aports-d59493869f822ce877d179cd950412097e038cd0.tar.bz2 aports-d59493869f822ce877d179cd950412097e038cd0.tar.xz |
testing/efl: disable s390x
efl depends on luajit, which is not available on s390x.
Diffstat (limited to 'testing/efl')
-rw-r--r-- | testing/efl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/efl/APKBUILD b/testing/efl/APKBUILD index bc55f2d879..44966f2b36 100644 --- a/testing/efl/APKBUILD +++ b/testing/efl/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.21.1 pkgrel=0 pkgdesc="Enlightenment Foundation Libraries" url="https://www.enlightenment.org" -arch="all" +arch="all !s390x" #luajit not available license="BSD-2 GPL-2 LGPL-2.1 ZLIB" depends="dbus fontconfig freetype fribidi giflib gstreamer gst-plugins-base \ libpng libjpeg-turbo libx11 libxcomposite libxcursor libxdamage \ |