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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95F54158091 for ; Wed, 8 Jun 2022 15:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF1D6E0875; Wed, 8 Jun 2022 15:18:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D3DEE0875 for ; Wed, 8 Jun 2022 15:18:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D5B034103B for ; Wed, 8 Jun 2022 15:18:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7B5A303 for ; Wed, 8 Jun 2022 15:17:51 +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: <1654701463.fe3faa6dd864aba987965ce5f810ddc87d4ca91c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcrash/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kcrash/kcrash-5.92.0.ebuild kde-frameworks/kcrash/kcrash-5.94.0.ebuild X-VCS-Directories: kde-frameworks/kcrash/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe3faa6dd864aba987965ce5f810ddc87d4ca91c X-VCS-Branch: master Date: Wed, 8 Jun 2022 15:17:51 +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: e2b52acd-aa29-4e6f-b783-d38ac9f15644 X-Archives-Hash: 10535c44e1121615a4227acafb4d6c29 commit: fe3faa6dd864aba987965ce5f810ddc87d4ca91c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 8 15:13:07 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 8 15:17:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3faa6d kde-frameworks/kcrash: Set ECM_TEST=forceoptional Upstream commit 413f7cafd728818423303cb580e2fccab6485443 Closes: https://bugs.gentoo.org/850640 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kcrash/kcrash-5.92.0.ebuild | 1 + kde-frameworks/kcrash/kcrash-5.94.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-frameworks/kcrash/kcrash-5.92.0.ebuild b/kde-frameworks/kcrash/kcrash-5.92.0.ebuild index a4e64e1c9ff0..884996e1612f 100644 --- a/kde-frameworks/kcrash/kcrash-5.92.0.ebuild +++ b/kde-frameworks/kcrash/kcrash-5.92.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +ECM_TEST="forceoptional" PVCUT=$(ver_cut 1-2) QTMIN=5.15.2 VIRTUALX_REQUIRED="test" diff --git a/kde-frameworks/kcrash/kcrash-5.94.0.ebuild b/kde-frameworks/kcrash/kcrash-5.94.0.ebuild index e43ec363a2d3..0a7256689d54 100644 --- a/kde-frameworks/kcrash/kcrash-5.94.0.ebuild +++ b/kde-frameworks/kcrash/kcrash-5.94.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +ECM_TEST="forceoptional" PVCUT=$(ver_cut 1-2) QTMIN=5.15.3 VIRTUALX_REQUIRED="test"