diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-06 16:00:04 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-06 16:00:04 +0000 |
commit | 94bced5fca43275155cdc3f5d732266626bac547 (patch) | |
tree | 09f7535461cf90540807acf5ea67b2b8e8ec86f3 /testing | |
parent | 910260caa380265ef611ef08ad48712604d8d8fc (diff) | |
download | aports-94bced5fca43275155cdc3f5d732266626bac547.tar.bz2 aports-94bced5fca43275155cdc3f5d732266626bac547.tar.xz |
testing/gnome-tweaks: disable on s390x, ppc64le
mutter has been disabled for those arches
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gnome-tweaks/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gnome-tweaks/APKBUILD b/testing/gnome-tweaks/APKBUILD index ace8aaa194..d17d257b18 100644 --- a/testing/gnome-tweaks/APKBUILD +++ b/testing/gnome-tweaks/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.32.0 pkgrel=0 pkgdesc="GNOME3 tool to customize advanced options" url="https://wiki.gnome.org/Apps/Tweaks" -arch="noarch" +arch="noarch !ppc64le !s390x" # mutter is missing license="GPL-3.0-or-later CC0-1.0" depends="gtk+3.0 dconf gnome-settings-daemon mutter libnotify py3-gobject3" makedepends="meson gettext-dev" |