diff options
author | Leo Unglaub <leo@unglaub.at> | 2017-11-17 22:16:03 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-18 22:37:47 +0100 |
commit | d349a144308ccf1da6ace1ca03121568675a8a27 (patch) | |
tree | 60689e0f4899acc112c4b6472de85551a527752f /main/gvfs/APKBUILD | |
parent | 2af44a63e1004a77dd0a3a47d9191c256c98abbe (diff) | |
download | aports-d349a144308ccf1da6ace1ca03121568675a8a27.tar.bz2 aports-d349a144308ccf1da6ace1ca03121568675a8a27.tar.xz |
main/gvfs: disable check
There are no usefull tests to run so we skip them.
Diffstat (limited to 'main/gvfs/APKBUILD')
-rw-r--r-- | main/gvfs/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/gvfs/APKBUILD b/main/gvfs/APKBUILD index fbbc8ac0c7..89c2062b71 100644 --- a/main/gvfs/APKBUILD +++ b/main/gvfs/APKBUILD @@ -8,6 +8,7 @@ url="http://ftp.gnome.org/pub/gnome/sources/gvfs/${pkgver%.*}/" arch="all" license="GPL" depends="" +options="!check" # no tests available triggers="$pkgname.trigger=/usr/lib/gvfs" makedepends="intltool fuse-dev libgudev-dev expat-dev samba-dev libsoup-dev avahi-dev libarchive-dev udisks2-dev libgphoto2-dev |