From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id ED6841584AD for ; Fri, 25 Apr 2025 14:13:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D737E34307A for ; Fri, 25 Apr 2025 14:13:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DED7A1104B7; Fri, 25 Apr 2025 14:13:00 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D51B91104B7 for ; Fri, 25 Apr 2025 14:13:00 +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 86B93340BEA for ; Fri, 25 Apr 2025 14:13:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E554D2401 for ; Fri, 25 Apr 2025 14:12:58 +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: <1745590055.ecfae4bc495cf1489daa7b32eb46f1bc4c2a3533.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/lokalize/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/lokalize/lokalize-25.04.49.9999.ebuild kde-apps/lokalize/lokalize-9999.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ecfae4bc495cf1489daa7b32eb46f1bc4c2a3533 X-VCS-Branch: master Date: Fri, 25 Apr 2025 14:12:58 +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: 07e5b1ae-8cef-442f-9eb0-5588aa7aaf99 X-Archives-Hash: 0429cdc8477be2dc59b8e18a1b8448c7 commit: ecfae4bc495cf1489daa7b32eb46f1bc4c2a3533 Author: Alfred Wingate protonmail com> AuthorDate: Thu Apr 24 08:04:33 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 25 14:07:35 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ecfae4bc kde-apps/lokalize: re-enable tests Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/kde/pull/1035 Closes: https://github.com/gentoo/kde/pull/1035 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/lokalize/lokalize-25.04.49.9999.ebuild | 8 ++++++-- kde-apps/lokalize/lokalize-9999.ebuild | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/kde-apps/lokalize/lokalize-25.04.49.9999.ebuild b/kde-apps/lokalize/lokalize-25.04.49.9999.ebuild index b6ef1fed5c..d66705b5ce 100644 --- a/kde-apps/lokalize/lokalize-25.04.49.9999.ebuild +++ b/kde-apps/lokalize/lokalize-25.04.49.9999.ebuild @@ -17,8 +17,6 @@ SLOT="6" KEYWORDS="" IUSE="" -RESTRICT="test" # tests are broken, bug 739734 - DEPEND=" >=app-text/hunspell-1.2.8:= >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets,xml] @@ -41,6 +39,12 @@ DEPEND=" " RDEPEND="${DEPEND}" +CMAKE_SKIP_TESTS=( + # Unstable + # https://invent.kde.org/sdk/lokalize/-/issues/4 + "tmjobstest" +) + src_prepare() { ecm_src_prepare # https://invent.kde.org/sdk/lokalize/-/commit/aaa29d78a81d2bc08c1d0efe715f819a0329e96e diff --git a/kde-apps/lokalize/lokalize-9999.ebuild b/kde-apps/lokalize/lokalize-9999.ebuild index 413f5d230f..c775edf8b6 100644 --- a/kde-apps/lokalize/lokalize-9999.ebuild +++ b/kde-apps/lokalize/lokalize-9999.ebuild @@ -17,8 +17,6 @@ SLOT="6" KEYWORDS="" IUSE="" -RESTRICT="test" # tests are broken, bug 739734 - DEPEND=" >=app-text/hunspell-1.2.8:= >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets,xml] @@ -41,6 +39,12 @@ DEPEND=" " RDEPEND="${DEPEND}" +CMAKE_SKIP_TESTS=( + # Unstable + # https://invent.kde.org/sdk/lokalize/-/issues/4 + "tmjobstest" +) + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "autofetch kde.org translations in new project wizard" dev-vcs/subversion