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 DF8EA158086 for ; Thu, 25 Nov 2021 13:26:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18CB6E07D3; Thu, 25 Nov 2021 13:26:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC408E07D3 for ; Thu, 25 Nov 2021 13:26:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD02F342C9C for ; Thu, 25 Nov 2021 13:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A930E132 for ; Thu, 25 Nov 2021 13:25:57 +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: <1637846736.f035ccfa49897a9287736e3078da24c0faf20e48.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ark/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ark/ark-21.08.3.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f035ccfa49897a9287736e3078da24c0faf20e48 X-VCS-Branch: master Date: Thu, 25 Nov 2021 13:25:57 +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: 028ff887-6b91-4601-ab6d-357b1115207f X-Archives-Hash: d8144ca85a72739199e7cdcfef4cfd86 commit: f035ccfa49897a9287736e3078da24c0faf20e48 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 25 13:13:56 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 25 13:25:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f035ccfa kde-apps/ark: Add missing test BDEPEND, skip segfaulting/hanging test plugins-clirartest requires app-arch/rar. kerfuffle-addtoarchivetest may segfault or hang indefinitely. Bug: https://bugs.gentoo.org/822177 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ark/ark-21.08.3.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/kde-apps/ark/ark-21.08.3.ebuild b/kde-apps/ark/ark-21.08.3.ebuild index 6d0cf94f6acc..40ed06b503e5 100644 --- a/kde-apps/ark/ark-21.08.3.ebuild +++ b/kde-apps/ark/ark-21.08.3.ebuild @@ -48,6 +48,7 @@ DEPEND="${RDEPEND} " BDEPEND=" sys-devel/gettext + test? ( app-arch/rar ) " src_configure() { @@ -58,6 +59,15 @@ src_configure() { ecm_src_configure } +src_test() { + local myctestargs=( + # bug 822177: may segfault or hang indefinitely + -E "(kerfuffle-addtoarchivetest)" + ) + + ecm_src_test +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "rar archive creation/extraction" app-arch/rar