From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1716815-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id 65E781582EF for <garchives@archives.gentoo.org>; Mon, 10 Feb 2025 15:42: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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4C14D34311A for <garchives@archives.gentoo.org>; Mon, 10 Feb 2025 15:42:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6FCA3110473; Mon, 10 Feb 2025 15:42:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 6717A110473 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Feb 2025 15:42:20 +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 20F26343104 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Feb 2025 15:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EA2A2773 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Feb 2025 15:42:18 +0000 (UTC) From: "Maciej Barć" <xgqt@gentoo.org> 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ć" <xgqt@gentoo.org> Message-ID: <1739202134.a906525d9c84cc815687907915f89d1f2527568d.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-1.0_rc.ebuild X-VCS-Directories: games-emulation/melonds/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: a906525d9c84cc815687907915f89d1f2527568d X-VCS-Branch: master Date: Mon, 10 Feb 2025 15:42:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e6b1382-c565-40a3-9992-eec0115c1c27 X-Archives-Hash: ec6abecd5b274623d593c7aaeda722c2 commit: a906525d9c84cc815687907915f89d1f2527568d Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Feb 10 13:14:28 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 15:42:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a906525d games-emulation/melonds: turn off ccache detection Closes: https://bugs.gentoo.org/949540 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> games-emulation/melonds/melonds-1.0_rc.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-emulation/melonds/melonds-1.0_rc.ebuild b/games-emulation/melonds/melonds-1.0_rc.ebuild index 0c99dd96ef21..ca7f9270c3aa 100644 --- a/games-emulation/melonds/melonds-1.0_rc.ebuild +++ b/games-emulation/melonds/melonds-1.0_rc.ebuild @@ -66,6 +66,8 @@ Those files can be extracted from devices or found somewhere on the Internet ;-) src_configure() { local -a mycmakeargs=( + -DUSE_CACHE="OFF" + -DBUILD_SHARED_LIBS="OFF" -DUSE_SYSTEM_LIBSLIRP="ON"