diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-05-26 23:49:23 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-05-26 23:49:23 -0500 |
commit | 7f6424b9fa2ccd4cb6db6af7282f8f0da38489e0 (patch) | |
tree | 4bc2c944bed4fb043b43d52e33e263298d276e8e | |
parent | b3ca012690ebe15ba4095af670a12af713758b9e (diff) | |
download | packages-7f6424b9fa2ccd4cb6db6af7282f8f0da38489e0.tar.gz packages-7f6424b9fa2ccd4cb6db6af7282f8f0da38489e0.tar.bz2 packages-7f6424b9fa2ccd4cb6db6af7282f8f0da38489e0.tar.xz packages-7f6424b9fa2ccd4cb6db6af7282f8f0da38489e0.zip |
user/ktorrent: tests require X11
-rw-r--r-- | user/ktorrent/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/ktorrent/APKBUILD b/user/ktorrent/APKBUILD index 7a401cac9..610907026 100644 --- a/user/ktorrent/APKBUILD +++ b/user/ktorrent/APKBUILD @@ -6,6 +6,7 @@ pkgrel=0 pkgdesc="BitTorrent client by KDE" url="https://www.kde.org/applications/internet/ktorrent/" arch="all" +options="!check" # Test requires X11. license="GPL-2.0-only" depends="" makedepends="cmake extra-cmake-modules qt5-qtbase-dev qt5-qtscript-dev kio-dev |