diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-11 21:19:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-11 21:19:03 -0300 |
commit | e8b450342d8891e6b4911d47d3f6a365159dd8fc (patch) | |
tree | 869398452b9c17e0f6e7903a6f301693c1ea0284 | |
parent | 6f5e63d4d5db02535d0576d4babb44a517085bb3 (diff) | |
download | aports-e8b450342d8891e6b4911d47d3f6a365159dd8fc.tar.bz2 aports-e8b450342d8891e6b4911d47d3f6a365159dd8fc.tar.xz |
testing/gpaste: disable on ppc64le
-rw-r--r-- | testing/gpaste/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/gpaste/APKBUILD b/testing/gpaste/APKBUILD index 0b3c3b8449..ebd649b5d2 100644 --- a/testing/gpaste/APKBUILD +++ b/testing/gpaste/APKBUILD @@ -1,11 +1,11 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> -pkgname="gpaste" -pkgver="3.34.0" +pkgname=gpaste +pkgver=3.34.0 pkgrel=0 pkgdesc="Clipboard managment system" url="https://github.com/Keruspe/GPaste" -arch="all !armhf !s390x" # limited by gnome-control-center +arch="all !armhf !s390x !ppc64le" # limited by gnome-control-center license="BSD-2-Clause" makedepends="meson gtk+3.0-dev gnome-control-center-dev dbus-dev mutter-dev gjs-dev appstream-glib-dev vala" |