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 92AF913835A for ; Mon, 26 Oct 2020 13:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0E9EE08A8; Mon, 26 Oct 2020 13:56:41 +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 B44D0E08BB for ; Mon, 26 Oct 2020 13:56:41 +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 A1126340F13 for ; Mon, 26 Oct 2020 13:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B74F3BF for ; Mon, 26 Oct 2020 13:56:39 +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: <1603665639.970ac3f377588bc99a1a3e81da40529928ece376.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/step/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/step/step-9999.ebuild X-VCS-Directories: kde-apps/step/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 970ac3f377588bc99a1a3e81da40529928ece376 X-VCS-Branch: master Date: Mon, 26 Oct 2020 13:56:39 +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: 12886fc8-cc38-4d32-a986-85d491da8412 X-Archives-Hash: 3a79d118e9e68dc77d8480c965fbdc5c commit: 970ac3f377588bc99a1a3e81da40529928ece376 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 25 22:40:39 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 25 22:40:39 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=970ac3f3 kde-apps/step: Fixed upstream, set ECM_TEST="true" Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/step/step-9999.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/kde-apps/step/step-9999.ebuild b/kde-apps/step/step-9999.ebuild index 109abb277b..40a06a47b3 100644 --- a/kde-apps/step/step-9999.ebuild +++ b/kde-apps/step/step-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 ECM_HANDBOOK="optional" -ECM_TEST="forceoptional" +ECM_TEST="true" KFMIN=5.75.0 QTMIN=5.15.1 inherit ecm kde.org @@ -47,13 +47,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -src_prepare() { - ecm_src_prepare - - # FIXME: Drop duplicate upstream - cmake_run_in stepcore ecm_punt_bogus_dep Qt5 Test -} - src_configure() { local mycmakeargs=( $(cmake_use_find_package gsl GSL)