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 EBE02138334 for ; Sat, 11 Aug 2018 18:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4D84E077D; Sat, 11 Aug 2018 18:19:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8C2E9E077D for ; Sat, 11 Aug 2018 18:19:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A13AC335C95 for ; Sat, 11 Aug 2018 18:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F071738A for ; Sat, 11 Aug 2018 18:19:42 +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: <1534011555.1cccd30024de1f8f054c728ce713c177d2ceb6b4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kconfig/kconfig-5.49.0.ebuild X-VCS-Directories: kde-frameworks/kconfig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1cccd30024de1f8f054c728ce713c177d2ceb6b4 X-VCS-Branch: master Date: Sat, 11 Aug 2018 18:19:42 +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: 0f0dba89-a328-46f9-9eb6-55b5ceea327c X-Archives-Hash: 50bb9d095a9cfdb8e91275652cc9a778 commit: 1cccd30024de1f8f054c728ce713c177d2ceb6b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 11 18:01:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 11 18:19:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cccd300 kde-frameworks/kconfig: Tests are restricted, so don't build them Closes: https://bugs.gentoo.org/663372 Package-Manager: Portage-2.3.45, Repoman-2.3.10 kde-frameworks/kconfig/kconfig-5.49.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-frameworks/kconfig/kconfig-5.49.0.ebuild b/kde-frameworks/kconfig/kconfig-5.49.0.ebuild index 9701c9a5063..2ba890a20f7 100644 --- a/kde-frameworks/kconfig/kconfig-5.49.0.ebuild +++ b/kde-frameworks/kconfig/kconfig-5.49.0.ebuild @@ -24,3 +24,8 @@ DEPEND="${RDEPEND} RESTRICT+=" test" DOCS=( DESIGN docs/DESIGN.kconfig docs/options.md ) + +src_prepare() { + kde5_src_prepare + cmake_comment_add_subdirectory autotests # bug 663372 +}