From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC4CC1582EF for ; Tue, 11 Feb 2025 12:23:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B625C3430C0 for ; Tue, 11 Feb 2025 12:23:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A60E411042D; Tue, 11 Feb 2025 12:23:26 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 960FE11042D for ; Tue, 11 Feb 2025 12:23:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23D353430C0 for ; Tue, 11 Feb 2025 12:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59BE4E65 for ; Tue, 11 Feb 2025 12:23:24 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1739276600.5cc5962a12bf876a49f16ddb6c477dce111ae634.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/melonds/melonds-0.9.5_p20241113.ebuild games-emulation/melonds/melonds-1.0_rc.ebuild games-emulation/melonds/melonds-9999.ebuild X-VCS-Directories: games-emulation/melonds/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5cc5962a12bf876a49f16ddb6c477dce111ae634 X-VCS-Branch: master Date: Tue, 11 Feb 2025 12:23:24 +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: 620da7d2-1866-4568-a56a-47629e682b8e X-Archives-Hash: e5fc5c2c19457d601f59c91529762f4f commit: 5cc5962a12bf876a49f16ddb6c477dce111ae634 Author: Maciej Barć gentoo org> AuthorDate: Tue Feb 11 12:18:06 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Feb 11 12:23:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc5962a games-emulation/melonds: fix cmake flag spelling Bug: https://bugs.gentoo.org/949540 Closes: https://bugs.gentoo.org/949604 Signed-off-by: Maciej Barć gentoo.org> games-emulation/melonds/melonds-0.9.5_p20241113.ebuild | 2 ++ games-emulation/melonds/melonds-1.0_rc.ebuild | 2 +- games-emulation/melonds/melonds-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild b/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild index 20121771c59f..4d79aee39447 100644 --- a/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild +++ b/games-emulation/melonds/melonds-0.9.5_p20241113.ebuild @@ -66,6 +66,8 @@ Those files can be extracted from devices or found somewhere on the Internet ;-) src_configure() { local -a mycmakeargs=( + -DUSE_CCACHE="OFF" + -DBUILD_SHARED_LIBS="OFF" -DENABLE_JIT="$(usex jit)" -DENABLE_OGLRENDERER="$(usex opengl)" diff --git a/games-emulation/melonds/melonds-1.0_rc.ebuild b/games-emulation/melonds/melonds-1.0_rc.ebuild index ca7f9270c3aa..70eb307c79f6 100644 --- a/games-emulation/melonds/melonds-1.0_rc.ebuild +++ b/games-emulation/melonds/melonds-1.0_rc.ebuild @@ -66,7 +66,7 @@ Those files can be extracted from devices or found somewhere on the Internet ;-) src_configure() { local -a mycmakeargs=( - -DUSE_CACHE="OFF" + -DUSE_CCACHE="OFF" -DBUILD_SHARED_LIBS="OFF" -DUSE_SYSTEM_LIBSLIRP="ON" diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild index ca7f9270c3aa..70eb307c79f6 100644 --- a/games-emulation/melonds/melonds-9999.ebuild +++ b/games-emulation/melonds/melonds-9999.ebuild @@ -66,7 +66,7 @@ Those files can be extracted from devices or found somewhere on the Internet ;-) src_configure() { local -a mycmakeargs=( - -DUSE_CACHE="OFF" + -DUSE_CCACHE="OFF" -DBUILD_SHARED_LIBS="OFF" -DUSE_SYSTEM_LIBSLIRP="ON"