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 57E8C158095 for ; Fri, 29 Jul 2022 03:16:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 541B7E0E8C; Fri, 29 Jul 2022 03:16:51 +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 2EE36E0E8C for ; Fri, 29 Jul 2022 03:16:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DD95133BE1F for ; Fri, 29 Jul 2022 03:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68E7D556 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: <1659064501.7d1bfe7604fa0f9f40e82430053df5f71e2cb8d7.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: 7d1bfe7604fa0f9f40e82430053df5f71e2cb8d7 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: 68e3f91c-a5d3-49f2-96dc-3da8eb7cc3fe X-Archives-Hash: 4790e65fedc2daef7b358db812ddc51a commit: 7d1bfe7604fa0f9f40e82430053df5f71e2cb8d7 Author: Thiago Donato Ferreira gmail com> AuthorDate: Sun Jul 3 17:22:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 29 03:15:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1bfe76 games-action/polymc: add tests Following fixes by upstream, we can now run tests too :) Signed-off-by: Thiago Donato Ferreira gmail.com> Signed-off-by: Sam James gentoo.org> games-action/polymc/polymc-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index 96537440ecbc..cc17908560c9 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -39,11 +39,13 @@ LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT" SLOT="0" -IUSE="debug lto" +IUSE="debug lto test" REQUIRED_USE=" lto? ( !debug ) " +RESTRICT="!test? ( test )" + MIN_QT="5.12.0" QT_DEPS=" @@ -92,6 +94,7 @@ src_configure(){ -DLauncher_APP_BINARY_NAME="${PN}" -DENABLE_LTO=$(usex lto) + -DBUILD_TESTING=$(usex test) ) if use debug; then