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 906D515808B for ; Tue, 1 Oct 2024 18:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8882BE29AE; Tue, 1 Oct 2024 18:27:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72A36E29AE for ; Tue, 1 Oct 2024 18:27:38 +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 AB22C343150 for ; Tue, 1 Oct 2024 18:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41C7027F0 for ; Tue, 1 Oct 2024 18:27:36 +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: <1727807222.05e34dd2c9c704a45fb43399fa612d32af9aa731.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qpwgraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qpwgraph/qpwgraph-0.7.8.ebuild media-sound/qpwgraph/qpwgraph-9999.ebuild X-VCS-Directories: media-sound/qpwgraph/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 05e34dd2c9c704a45fb43399fa612d32af9aa731 X-VCS-Branch: master Date: Tue, 1 Oct 2024 18:27:36 +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: 10b607af-d5c1-4533-8ade-4b13b9535e82 X-Archives-Hash: 00ac46a49f9c7974eafd9f6b389edfe7 commit: 05e34dd2c9c704a45fb43399fa612d32af9aa731 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Sat Sep 21 15:05:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 1 18:27:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e34dd2 media-sound/qpwgraph: drop wayland useflag disabling it translates to a cmake build option that overrides QT_QPA_PLATFORM env var in main() function. Which we don't want to be touched by the program itself Signed-off-by: Adel KARA SLIMANE zegrapher.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/qpwgraph/qpwgraph-0.7.8.ebuild | 4 ++-- media-sound/qpwgraph/qpwgraph-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild b/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild index 4095739e23ac..f673a08cd124 100644 --- a/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild +++ b/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="alsa trayicon wayland" +IUSE="alsa trayicon" BDEPEND=" dev-qt/qttools:6[linguist] @@ -37,7 +37,7 @@ src_configure() { local mycmakeargs=( -DCONFIG_ALSA_MIDI=$(usex alsa) -DCONFIG_SYSTEM_TRAY=$(usex trayicon) - -DCONFIG_WAYLAND=$(usex wayland) + -DCONFIG_WAYLAND=1 -DCONFIG_QT6=1 ) cmake_src_configure diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild b/media-sound/qpwgraph/qpwgraph-9999.ebuild index 4095739e23ac..f673a08cd124 100644 --- a/media-sound/qpwgraph/qpwgraph-9999.ebuild +++ b/media-sound/qpwgraph/qpwgraph-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="alsa trayicon wayland" +IUSE="alsa trayicon" BDEPEND=" dev-qt/qttools:6[linguist] @@ -37,7 +37,7 @@ src_configure() { local mycmakeargs=( -DCONFIG_ALSA_MIDI=$(usex alsa) -DCONFIG_SYSTEM_TRAY=$(usex trayicon) - -DCONFIG_WAYLAND=$(usex wayland) + -DCONFIG_WAYLAND=1 -DCONFIG_QT6=1 ) cmake_src_configure