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 EB47413997D for ; Mon, 11 Nov 2019 07:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF38FE0A76; Mon, 11 Nov 2019 07:34:29 +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 B78DAE0A76 for ; Mon, 11 Nov 2019 07:34:29 +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 B6FDC34CB7A for ; Mon, 11 Nov 2019 07:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D06EB72F for ; Mon, 11 Nov 2019 07:34:26 +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: <1573457571.cbaac22a3a6681ae253b132e635491ff05b9da98.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/breeze-icons/breeze-icons-5.64.0.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cbaac22a3a6681ae253b132e635491ff05b9da98 X-VCS-Branch: master Date: Mon, 11 Nov 2019 07:34:26 +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: e48f0453-b8ee-4744-8c25-c13b8b453437 X-Archives-Hash: 748a6aabd4ad950d3001c52c59a4d7f5 commit: cbaac22a3a6681ae253b132e635491ff05b9da98 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 11 07:19:35 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 11 07:32:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbaac22a kde-frameworks/breeze-icons: Add missing !test handling We don't inherit ecm.eclass so we need to do a bit extra. Closes: https://bugs.gentoo.org/699792 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/breeze-icons/breeze-icons-5.64.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.64.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.64.0.ebuild index 6d7d4db370a..4a6392d4b77 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-5.64.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-5.64.0.ebuild @@ -19,6 +19,11 @@ DEPEND="test? ( dev-qt/qttest:5 )" RESTRICT+=" !test? ( test )" +src_prepare() { + cmake-utils_src_prepare + use test || cmake_comment_add_subdirectory autotests +} + src_configure() { local mycmakeargs=( -DBINARY_ICONS_RESOURCE=OFF