diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-05 19:02:45 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-05 19:10:36 +0000 |
commit | f9413548c4c63d6993663161335b3b2b8bfcd83c (patch) | |
tree | bea560216bf0a7f1b4848660e381fa0343335a30 /testing | |
parent | 3d6b283080ca72acf82a2f1fcc061210de55e4e6 (diff) | |
download | aports-f9413548c4c63d6993663161335b3b2b8bfcd83c.tar.bz2 aports-f9413548c4c63d6993663161335b3b2b8bfcd83c.tar.xz |
testing/folks: disable ppc64le
Tracker is missing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/folks/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/folks/APKBUILD b/testing/folks/APKBUILD index c93436cbf3..552ff115dd 100644 --- a/testing/folks/APKBUILD +++ b/testing/folks/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.12.1 pkgrel=0 pkgdesc="GObject Library to aggregate people into metacontacts" url="https://wiki.gnome.org/Projects/Folks" -arch="all !armhf" # limited by tracker +arch="all !armhf !ppc64le" # limited by tracker license="LGPL-2.1-or-later" makedepends=" evolution-data-server-dev |