diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-03 00:16:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-03 01:17:15 +0200 |
commit | 140f7baf4e94ccffe7d11c21e9dfd75bbcc5f74c (patch) | |
tree | bd38cb80b888b25bfa633ba6aa4e8bf3e30f3cf3 /kde-apps/kmail | |
parent | kde-plasma/plasma-workspace: Backport upstream fixes (diff) | |
download | gentoo-140f7baf4e94ccffe7d11c21e9dfd75bbcc5f74c.tar.gz gentoo-140f7baf4e94ccffe7d11c21e9dfd75bbcc5f74c.tar.bz2 gentoo-140f7baf4e94ccffe7d11c21e9dfd75bbcc5f74c.zip |
kde-apps/kmail: Restrict tests
Gentoo-bug: 616878
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kmail')
-rw-r--r-- | kde-apps/kmail/kmail-17.04.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kde-apps/kmail/kmail-17.04.3.ebuild b/kde-apps/kmail/kmail-17.04.3.ebuild index 03c15d1a06ba..0b31c9060579 100644 --- a/kde-apps/kmail/kmail-17.04.3.ebuild +++ b/kde-apps/kmail/kmail-17.04.3.ebuild @@ -81,6 +81,8 @@ RDEPEND="${COMMON_DEPEND} $(add_kdeapps_dep kdepim-runtime) " +RESTRICT+=" test" # bug 616878 + src_prepare() { cmake-utils_src_prepare |