From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 962AD1384B4 for ; Thu, 10 Dec 2015 11:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B43021C003; Thu, 10 Dec 2015 11:42:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1257621C003 for ; Thu, 10 Dec 2015 11:42:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 647C7340771 for ; Thu, 10 Dec 2015 11:42:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 818E6ABD for ; Thu, 10 Dec 2015 11:42:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1449747718.7544d3782bcaf33bc59607711ec42bed17f02bab.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kscreenlocker/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild X-VCS-Directories: kde-plasma/kscreenlocker/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7544d3782bcaf33bc59607711ec42bed17f02bab X-VCS-Branch: master Date: Thu, 10 Dec 2015 11:42:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d70c1770-4237-4078-8dfc-473e8ea5f7e6 X-Archives-Hash: 9812830c16c7cc4994d4291f930ce902 commit: 7544d3782bcaf33bc59607711ec42bed17f02bab Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 10 11:41:21 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 10 11:41:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7544d378 kde-plasma/kscreenlocker: disable failing test Gentoo-bug: 567844 Package-Manager: portage-2.2.26 kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild index 385b502..e7165e1 100644 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.5.0.ebuild @@ -62,6 +62,14 @@ src_prepare() { -e "/add_subdirectory(autotests)/ s/^/#/" greeter/CMakeLists.txt || die } +src_test() { + # requires running environment + local myctestargs=( + -E x11LockerTest + ) + kde5_src_test +} + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package pam)