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 0731813835A for ; Sun, 30 Aug 2020 19:02:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 391C8E0AE7; Sun, 30 Aug 2020 19:02:23 +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 204F3E0AE5 for ; Sun, 30 Aug 2020 19:02:23 +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 8EA22340DD4 for ; Sun, 30 Aug 2020 19:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC21E33A for ; Sun, 30 Aug 2020 19:02:18 +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: <1598789539.758068df877d9dcc9096fc3b4fbc1767776d1923.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/basket/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/basket/basket-9999.ebuild X-VCS-Directories: kde-misc/basket/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 758068df877d9dcc9096fc3b4fbc1767776d1923 X-VCS-Branch: master Date: Sun, 30 Aug 2020 19:02:18 +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: c0671271-4289-432f-8e67-eb020cb03aab X-Archives-Hash: db7cc35a56c15e821c96b93ba8d1e315 commit: 758068df877d9dcc9096fc3b4fbc1767776d1923 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 30 11:57:07 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 30 12:12:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=758068df kde-misc/basket: Drop obsolete src_prepare tests subdir was tucked away behind BUILD_TESTING in upstream commit 7b7c9ddd6165875381df08bb557568abbca0540b Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/basket/basket-9999.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kde-misc/basket/basket-9999.ebuild b/kde-misc/basket/basket-9999.ebuild index cbf2d685f7..75e99b81d4 100644 --- a/kde-misc/basket/basket-9999.ebuild +++ b/kde-misc/basket/basket-9999.ebuild @@ -60,13 +60,6 @@ DEPEND="${RDEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " -src_prepare() { - ecm_src_prepare - if ! use test; then - sed -e "/add_subdirectory(tests/s/^/#DONT/" -i src/CMakeLists.txt || die - fi -} - src_configure() { local mycmakeargs=( $(cmake_use_find_package crypt Gpgme)