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 E29AB158043 for ; Tue, 16 Apr 2024 13:49:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32243E2A05; Tue, 16 Apr 2024 13:49:19 +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 119C9E2A05 for ; Tue, 16 Apr 2024 13:49:19 +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 2673D343426 for ; Tue, 16 Apr 2024 13:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A38D1620 for ; Tue, 16 Apr 2024 13:49:16 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1713275340.4b40923b258a34a63efe52e118153e3cb4231076.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/prismlauncher/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/prismlauncher/prismlauncher-8.2-r1.ebuild games-action/prismlauncher/prismlauncher-9999.ebuild X-VCS-Directories: games-action/prismlauncher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4b40923b258a34a63efe52e118153e3cb4231076 X-VCS-Branch: master Date: Tue, 16 Apr 2024 13:49:16 +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: 3d71f776-71f4-4f83-ba48-843f212f5379 X-Archives-Hash: f54992b17c0a0d4ccbd6dc510b6ec775 commit: 4b40923b258a34a63efe52e118153e3cb4231076 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Apr 16 13:48:42 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Apr 16 13:49:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b40923b games-action/prismlauncher: add missing dependency Bug: https://bugs.gentoo.org/930110 Signed-off-by: Andrew Ammerlaan gentoo.org> .../{prismlauncher-9999.ebuild => prismlauncher-8.2-r1.ebuild} | 6 ++++-- games-action/prismlauncher/prismlauncher-9999.ebuild | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-8.2-r1.ebuild similarity index 97% copy from games-action/prismlauncher/prismlauncher-9999.ebuild copy to games-action/prismlauncher/prismlauncher-8.2-r1.ebuild index 02f607f83f6c..9406f67dd88a 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-8.2-r1.ebuild @@ -28,7 +28,7 @@ else # The Prism's files are unpacked to ${WORKDIR}/PrismLauncher-${PV} S="${WORKDIR}/${MY_PN}-${PV}" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64" fi # GPL-3 for PolyMC (PrismLauncher is forked from it) and Prism itself @@ -75,6 +75,7 @@ COMMON_DEPENDS=" qt6? ( >=dev-libs/quazip-1.3:=[qt6(-)] ) app-text/cmark + dev-cpp/tomlplusplus sys-libs/zlib " @@ -119,7 +120,7 @@ src_prepare() { elog elog "If you experience any problems, install an older java compiler" elog "and select it with \"eselect java\", then recompile ${PN}." - eapply "${FILESDIR}/${PN}-8.2-openjdk21.patch" + eapply "${FILESDIR}/${P}-openjdk21.patch" fi sed -i -e 's/-Werror//' CMakeLists.txt || die 'Failed to remove -Werror via sed' @@ -139,6 +140,7 @@ src_configure(){ -DENABLE_LTO=$(usex lto) -DBUILD_TESTING=$(usex test) + -DDEBUG_ADDRESS_SANITIZER=0 ) if use debug; then diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index 02f607f83f6c..5e485a25b6f6 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -75,6 +75,7 @@ COMMON_DEPENDS=" qt6? ( >=dev-libs/quazip-1.3:=[qt6(-)] ) app-text/cmark + dev-cpp/tomlplusplus sys-libs/zlib "