Skip to content

Commit

Permalink
kde-apps/kate: Fix tests
Browse files Browse the repository at this point in the history
Reported-by: Frank Krömmelbein <[email protected]>
Gentoo-bug: 612776

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
a17r committed Mar 22, 2017
1 parent 62a83e9 commit b1f157f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kde-apps/kate/kate-16.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ EAPI=6

KDE_HANDBOOK="optional"
KDE_TEST="true"
VIRTUALX_REQUIRED="test"
inherit kde5

DESCRIPTION="Kate is an advanced text editor"
Expand Down Expand Up @@ -52,6 +53,12 @@ DEPEND="
"
RDEPEND="${DEPEND}"

src_prepare() {
kde5_src_prepare
# test hangs
sed -e "/session_manager_test/d" -i kate/autotests/CMakeLists.txt || die
}

src_configure() {
local mycmakeargs=(
-DBUILD_ADDONS=$(usex addons)
Expand Down

0 comments on commit b1f157f

Please sign in to comment.