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 35B30139694 for ; Wed, 22 Mar 2017 19:36:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2235721C075; Wed, 22 Mar 2017 19:36:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1C6E21C075 for ; Wed, 22 Mar 2017 19:36:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 186A234071C for ; Wed, 22 Mar 2017 19:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BF18715D for ; Wed, 22 Mar 2017 19:36:50 +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: <1490211396.595b5ca7e2257eef1457b7c86a18054453b292a0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/analitza/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/analitza/analitza-16.12.3.ebuild X-VCS-Directories: kde-apps/analitza/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 595b5ca7e2257eef1457b7c86a18054453b292a0 X-VCS-Branch: master Date: Wed, 22 Mar 2017 19:36:50 +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: 593229ca-e361-47a7-8c6c-4eaab11247ea X-Archives-Hash: 9d4f0d6e0de9f28ce1c28b9d549ca25b commit: 595b5ca7e2257eef1457b7c86a18054453b292a0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 22 19:35:42 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 22 19:36:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595b5ca7 kde-apps/analitza: tests depend on examples... Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/analitza/analitza-16.12.3.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kde-apps/analitza/analitza-16.12.3.ebuild b/kde-apps/analitza/analitza-16.12.3.ebuild index 3f607ca6d70..d17a98f2d2e 100644 --- a/kde-apps/analitza/analitza-16.12.3.ebuild +++ b/kde-apps/analitza/analitza-16.12.3.ebuild @@ -26,11 +26,11 @@ DEPEND=" RDEPEND="${DEPEND}" src_prepare() { - # Nothing is installed - sed -i \ - -e "/add_subdirectory(examples)/ s/^/#DONT/" \ - analitzaplot/CMakeLists.txt || die - + if ! use test; then + sed -i \ + -e "/add_subdirectory(examples)/ s/^/#DONT/" \ + analitzaplot/CMakeLists.txt || die + fi kde5_src_prepare }