commit: ca6cb743d24f4aed6d18daf01d566f37247b4787 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org> AuthorDate: Tue May 30 18:26:21 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue May 30 18:26:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6cb743
media-sound/qjackctl: fix build when qt6 is installed Closes: https://github.com/gentoo/gentoo/pull/31070 Closes: https://bugs.gentoo.org/880049 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Signed-off-by: David Seifert <soap <AT> gentoo.org> media-sound/qjackctl/qjackctl-0.9.10.ebuild | 1 + media-sound/qjackctl/qjackctl-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/media-sound/qjackctl/qjackctl-0.9.10.ebuild b/media-sound/qjackctl/qjackctl-0.9.10.ebuild index a19336e1aa98..e502a0385dfa 100644 --- a/media-sound/qjackctl/qjackctl-0.9.10.ebuild +++ b/media-sound/qjackctl/qjackctl-0.9.10.ebuild @@ -41,6 +41,7 @@ src_configure() { -DCONFIG_DBUS=$(usex dbus 1 0) -DCONFIG_DEBUG=$(usex debug 1 0) -DCONFIG_PORTAUDIO=$(usex portaudio 1 0) + -DCONFIG_QT6=no ) cmake_src_configure } diff --git a/media-sound/qjackctl/qjackctl-9999.ebuild b/media-sound/qjackctl/qjackctl-9999.ebuild index ba619f94a01f..8178b9d194f8 100644 --- a/media-sound/qjackctl/qjackctl-9999.ebuild +++ b/media-sound/qjackctl/qjackctl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,6 +37,7 @@ src_configure() { -DCONFIG_DBUS=$(usex dbus 1 0) -DCONFIG_DEBUG=$(usex debug 1 0) -DCONFIG_PORTAUDIO=$(usex portaudio 1 0) + -DCONFIG_QT6=no ) cmake_src_configure }
