media-libs/libqaccessibilityclient: Disable no-op tests dir
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 29 Oct 2017 12:48:35 +0000 (13:48 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 29 Oct 2017 12:59:57 +0000 (13:59 +0100)
There is no purpose building this.

Closes: https://bugs.gentoo.org/635504
Package-Manager: Portage-2.3.13, Repoman-2.3.4

media-libs/libqaccessibilityclient/libqaccessibilityclient-0.2.0.ebuild

index 9d28ed21facc5824f0edfd05051ae2ed78c11940..ac31a9699d48ef090e7fcd6917bcbb92e45688da 100644 (file)
@@ -21,10 +21,14 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+       kde5_src_prepare
+       cmake_comment_add_subdirectory tests
+}
+
 src_configure() {
        local mycmakeargs=(
                -DQT5_BUILD=ON
        )
-
        kde5_src_configure
 }