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 E1BE315810F for ; Sat, 10 Jun 2023 13:50:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 332B5E08A4; Sat, 10 Jun 2023 13:50:43 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B2EBE08A4 for ; Sat, 10 Jun 2023 13:50:43 +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 4D7F3341111 for ; Sat, 10 Jun 2023 13:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABA98A80 for ; Sat, 10 Jun 2023 13:50:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686405010.998536d84e36ad62cc2b63236b6086edaeb55b60.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qtractor/qtractor-0.9.34-r1.ebuild media-sound/qtractor/qtractor-0.9.34.ebuild X-VCS-Directories: media-sound/qtractor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 998536d84e36ad62cc2b63236b6086edaeb55b60 X-VCS-Branch: master Date: Sat, 10 Jun 2023 13:50:40 +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: 2774e07d-bcb1-495f-833f-371812a54c9e X-Archives-Hash: 1a4fb1347a1eba6bb83da8bd46ee475e commit: 998536d84e36ad62cc2b63236b6086edaeb55b60 Author: Sam James gentoo org> AuthorDate: Sat Jun 10 13:50:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 10 13:50:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998536d8 media-sound/qtractor: don't automagically use Qt 6 Bug: https://bugs.gentoo.org/908106 Signed-off-by: Sam James gentoo.org> .../qtractor/{qtractor-0.9.34.ebuild => qtractor-0.9.34-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/qtractor/qtractor-0.9.34.ebuild b/media-sound/qtractor/qtractor-0.9.34-r1.ebuild similarity index 99% rename from media-sound/qtractor/qtractor-0.9.34.ebuild rename to media-sound/qtractor/qtractor-0.9.34-r1.ebuild index 0a0f707f34eb..a3dd1301de67 100644 --- a/media-sound/qtractor/qtractor-0.9.34.ebuild +++ b/media-sound/qtractor/qtractor-0.9.34-r1.ebuild @@ -72,6 +72,7 @@ src_configure() { -DCONFIG_LV2=1 -DCONFIG_LV2_UI_GTK2=0 -DCONFIG_NSM=0 + -DCONFIG_QT6=0 -DCONFIG_SSE=$(usex cpu_flags_x86_sse 1 0) -DCONFIG_STACKTRACE=$(usex debug 1 0) -DCONFIG_VESTIGE=1