commit:     7168c68a8583513f9c241c8f3ef049bceb23b3dd
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 10:48:51 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 10:54:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7168c68a

kde5.eclass: disable root test directory.

 eclass/kde5.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index eae14e1..921f085 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -427,6 +427,7 @@ kde5_src_prepare() {
                # only build unit tests when required
                if ! use_if_iuse test ; then
                        comment_add_subdirectory autotests
+                       comment_add_subdirectory test
                        comment_add_subdirectory tests
                fi
        fi

Reply via email to