commit: 69d6e91aa93d70c606601018fedfe12e1a78a50c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 20:39:57 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 20:39:57 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=69d6e91a
net-libs/libktorrent: BUILD_TESTING=OFF fixed upstream
Upstream commit cb070950d947c1aea0e45b0afc9fa7385ccb2f1c
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-libs/libktorrent/libktorrent-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/net-libs/libktorrent/libktorrent-9999.ebuild
b/net-libs/libktorrent/libktorrent-9999.ebuild
index 8f0a164ffa..ec37dc3e7b 100644
--- a/net-libs/libktorrent/libktorrent-9999.ebuild
+++ b/net-libs/libktorrent/libktorrent-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != 9999* ]]; then
KEYWORDS="~amd64 ~arm ~x86"
fi
-KDE_TEST="forceoptional-recursive"
+KDE_TEST="forceoptional"
VIRTUALX_REQUIRED="test"
inherit kde5
@@ -57,6 +57,4 @@ src_prepare() {
CMakeLists.txt || die
sed -i -e "/^find_dependency/ s/ \"@LibGMP_MIN_VERSION@\"//" \
KF5TorrentConfig.cmake.in || die
-
- use test || cmake_comment_add_subdirectory testlib
}