From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0A53138336 for ; Thu, 14 Feb 2019 23:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE431E0895; Thu, 14 Feb 2019 23:44:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F1CEE07E2 for ; Thu, 14 Feb 2019 23:44:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6A06335C67 for ; Thu, 14 Feb 2019 23:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E62E545 for ; Thu, 14 Feb 2019 23:44:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550187834.a127d1bb75437e7f57d33e0f64ee1f8dbfe0362e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdoctools/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kdoctools/kdoctools-5.55.0.ebuild X-VCS-Directories: kde-frameworks/kdoctools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a127d1bb75437e7f57d33e0f64ee1f8dbfe0362e X-VCS-Branch: master Date: Thu, 14 Feb 2019 23:44:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66316fad-a79d-4a78-b1ce-ee4d5c9d91b2 X-Archives-Hash: 76d98077bc6de30625d8631c633f4eed commit: a127d1bb75437e7f57d33e0f64ee1f8dbfe0362e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 14 23:37:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 14 23:43:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a127d1bb kde-frameworks/kdoctools: kdoctools_install apparently not fixed Bug: https://bugs.gentoo.org/665622 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdoctools/kdoctools-5.55.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-frameworks/kdoctools/kdoctools-5.55.0.ebuild b/kde-frameworks/kdoctools/kdoctools-5.55.0.ebuild index 30b8f289d9c..33355540123 100644 --- a/kde-frameworks/kdoctools/kdoctools-5.55.0.ebuild +++ b/kde-frameworks/kdoctools/kdoctools-5.55.0.ebuild @@ -35,3 +35,12 @@ src_configure() { kde5_src_configure } + +src_test() { + # bug 665622 + local myctestargs=( + -E "(kdoctools_install)" + ) + + kde5_src_test +}