commit: 7a7c2bf3c1917b086d7f5c05932dde2d46156aab Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Jan 6 01:54:34 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jan 6 01:55:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7c2bf3
x11-misc/projecteur: force Qt5 Closes: https://bugs.gentoo.org/919826 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> x11-misc/projecteur/projecteur-0.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/projecteur/projecteur-0.10.ebuild b/x11-misc/projecteur/projecteur-0.10.ebuild index 7be1bcc09fbe..4d34d681c673 100644 --- a/x11-misc/projecteur/projecteur-0.10.ebuild +++ b/x11-misc/projecteur/projecteur-0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -43,6 +43,7 @@ src_prepare() { src_configure() { local mycmakeargs=( -DCOMPRESS_MAN_PAGE="OFF" + -DPROJECTEUR_QT_VERSION=5 ) cmake_src_configure
