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 76253158083 for ; Sat, 31 Aug 2024 17:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B7E2E2A33; Sat, 31 Aug 2024 17:26:13 +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 4F7E4E2A33 for ; Sat, 31 Aug 2024 17:26:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5152D3430B2 for ; Sat, 31 Aug 2024 17:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B79AF1F30 for ; Sat, 31 Aug 2024 17:26:10 +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: <1725125104.38e176a391ce585d987cd382254f3b8f08343566.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/grantlee/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/grantlee/grantlee-5.3.0.ebuild X-VCS-Directories: dev-libs/grantlee/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 38e176a391ce585d987cd382254f3b8f08343566 X-VCS-Branch: master Date: Sat, 31 Aug 2024 17:26:10 +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: bc2052c4-6474-4d74-b4f6-73d94ba118b4 X-Archives-Hash: 93cfce17c98e0ff54ddd9343790caa7b commit: 38e176a391ce585d987cd382254f3b8f08343566 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 31 17:23:59 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 31 17:25:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e176a3 dev-libs/grantlee: Restrict tests, package unmaintained upstream ... and will be obsolete after KDE PIM 5 (and then some) cleanup. Bug: https://bugs.gentoo.org/874627 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/grantlee/grantlee-5.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/grantlee/grantlee-5.3.0.ebuild b/dev-libs/grantlee/grantlee-5.3.0.ebuild index e44ee2d5e392..47ba36990ff5 100644 --- a/dev-libs/grantlee/grantlee-5.3.0.ebuild +++ b/dev-libs/grantlee/grantlee-5.3.0.ebuild @@ -15,7 +15,7 @@ SLOT="5" KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" IUSE="debug doc test" -RESTRICT="!test? ( test )" +RESTRICT="test" # bug 874627 RDEPEND=" dev-qt/qtcore:5