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 4D974158094 for ; Fri, 29 Jul 2022 03:16:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A98ADE0EA2; Fri, 29 Jul 2022 03:16:52 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 85942E0EA2 for ; Fri, 29 Jul 2022 03:16:52 +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 80DA733BE1F for ; Fri, 29 Jul 2022 03:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3B9255A for ; Fri, 29 Jul 2022 03:16:48 +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: <1659064502.2ee47f8b8e1dd38985816afe5ef76213eada857a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/polymc/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/polymc/polymc-9999.ebuild X-VCS-Directories: games-action/polymc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ee47f8b8e1dd38985816afe5ef76213eada857a X-VCS-Branch: master Date: Fri, 29 Jul 2022 03:16:48 +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: 58c14959-f0ce-48cf-9b8e-312cc050b4d8 X-Archives-Hash: 342e09556287e9d0b727c5d6d2efd9a6 commit: 2ee47f8b8e1dd38985816afe5ef76213eada857a Author: Thiago Donato Ferreira gmail com> AuthorDate: Sat Jul 23 14:07:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 29 03:15:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee47f8b games-action/polymc: explicitly add Qt5 build config Signed-off-by: Thiago Donato Ferreira gmail.com> Signed-off-by: Sam James gentoo.org> games-action/polymc/polymc-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index eec654ffacd7..79439b22ba10 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -94,6 +94,8 @@ src_configure(){ -DCMAKE_INSTALL_PREFIX="/usr" # Resulting binary is named polymc -DLauncher_APP_BINARY_NAME="${PN}" + # Force Qt5 to avoid accidentaly building the Qt6 version and breaking things + -DLauncher_QT_VERSION_MAJOR=5 -DENABLE_LTO=$(usex lto) -DBUILD_TESTING=$(usex test)