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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1755158088 for ; Wed, 22 Oct 2025 21:06:20 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8B95B340E2A for ; Wed, 22 Oct 2025 21:06:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 755F21104B5; Wed, 22 Oct 2025 21:06:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6C2171104B5 for ; Wed, 22 Oct 2025 21:06:19 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D5C6340E2A for ; Wed, 22 Oct 2025 21:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C86D31F6B for ; Wed, 22 Oct 2025 21:06:17 +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: <1761167077.01396d76cf8f04a7d0a4ab9f2931fc2fcb44a74c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon/phonon-4.12.0-r5.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 01396d76cf8f04a7d0a4ab9f2931fc2fcb44a74c X-VCS-Branch: master Date: Wed, 22 Oct 2025 21:06:17 +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: ec182013-912b-445c-8d8e-fa22e20489e3 X-Archives-Hash: f5365b400441e3d8a47b63dc63b69daa commit: 01396d76cf8f04a7d0a4ab9f2931fc2fcb44a74c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 22 21:04:37 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 22 21:04:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01396d76 media-libs/phonon: Set CMAKE_QA_COMPAT_SKIP, soon obsolete package Closes: https://bugs.gentoo.org/964795 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/phonon/phonon-4.12.0-r5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/phonon/phonon-4.12.0-r5.ebuild b/media-libs/phonon/phonon-4.12.0-r5.ebuild index 9e9065f43fc6..b6698c543ba3 100644 --- a/media-libs/phonon/phonon-4.12.0-r5.ebuild +++ b/media-libs/phonon/phonon-4.12.0-r5.ebuild @@ -3,6 +3,7 @@ EAPI=8 +CMAKE_QA_COMPAT_SKIP=1 # will be gone before relevant inherit cmake desktop flag-o-matic kde.org DESCRIPTION="KDE multimedia abstraction library"