diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-12-28 11:09:36 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-12-28 11:10:09 -0300 |
commit | d3212a4b17f87b7eebc0b534411db5b5757f7803 (patch) | |
tree | f115b0c933c61a671b53771e5abe6e7e53b995be | |
parent | 8989ae63dd588fae7ac6aed31145493c61532c15 (diff) | |
download | aports-d3212a4b17f87b7eebc0b534411db5b5757f7803.tar.gz aports-d3212a4b17f87b7eebc0b534411db5b5757f7803.tar.bz2 aports-d3212a4b17f87b7eebc0b534411db5b5757f7803.tar.xz |
community/folks: disable on s390x due to tracker
```
>>> folks: Analyzing dependencies...
ERROR: unable to select packages:
tracker-dev (no such package):
required by: .makedepends-folks-20201228.124439[tracker-dev]
>>> ERROR: folks: builddeps failed
```
-rw-r--r-- | community/folks/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/folks/APKBUILD b/community/folks/APKBUILD index 8b588811de..b1ba745dcf 100644 --- a/community/folks/APKBUILD +++ b/community/folks/APKBUILD @@ -6,6 +6,7 @@ pkgrel=1 pkgdesc="GObject Library to aggregate people into metacontacts" url="https://wiki.gnome.org/Projects/Folks" arch="all !mips64" # blocked by evolution +arch="$arch !s390x" # blocked by tracker license="LGPL-2.1-or-later" makedepends=" evolution-data-server-dev |