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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B37FD1581FB for ; Tue, 26 Nov 2024 05:57:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09683E07EF; Tue, 26 Nov 2024 05:57:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id E0040E07EF for ; Tue, 26 Nov 2024 05:57:49 +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 11021343070 for ; Tue, 26 Nov 2024 05:57:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC40B1F28 for ; Tue, 26 Nov 2024 05:57:45 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1732597411.ff7f59e7bb9c69b898a83a31ab03851b44bba58b.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/rmg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/rmg/rmg-0.6.5-r1.ebuild games-emulation/rmg/rmg-9999.ebuild X-VCS-Directories: games-emulation/rmg/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: ff7f59e7bb9c69b898a83a31ab03851b44bba58b X-VCS-Branch: master Date: Tue, 26 Nov 2024 05:57:45 +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: 3032eb0e-e0b6-403e-a3bf-66eb4226326c X-Archives-Hash: 63b3861789784c11ccb8202af8121100 commit: ff7f59e7bb9c69b898a83a31ab03851b44bba58b Author: orbea riseup net> AuthorDate: Sat Nov 9 19:35:25 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Nov 26 05:03:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7f59e7 games-emulation/rmg: only call rust_pkg_setup when using rust Fixes: 01ba4dc61965ef7658a24728841c04c9a1ce4871 Signed-off-by: orbea riseup.net> Signed-off-by: Eli Schwartz gentoo.org> games-emulation/rmg/rmg-0.6.5-r1.ebuild | 2 +- games-emulation/rmg/rmg-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/rmg/rmg-0.6.5-r1.ebuild b/games-emulation/rmg/rmg-0.6.5-r1.ebuild index 48350becfcc2..eed49326ebd4 100644 --- a/games-emulation/rmg/rmg-0.6.5-r1.ebuild +++ b/games-emulation/rmg/rmg-0.6.5-r1.ebuild @@ -80,7 +80,7 @@ PATCHES=( pkg_setup() { QA_FLAGS_IGNORED="/usr/$(get_libdir)/RMG/Plugin/Input/libmupen64plus_input_gca.so" - rust_pkg_setup + use rust-plugin && rust_pkg_setup } src_unpack() { diff --git a/games-emulation/rmg/rmg-9999.ebuild b/games-emulation/rmg/rmg-9999.ebuild index 48350becfcc2..eed49326ebd4 100644 --- a/games-emulation/rmg/rmg-9999.ebuild +++ b/games-emulation/rmg/rmg-9999.ebuild @@ -80,7 +80,7 @@ PATCHES=( pkg_setup() { QA_FLAGS_IGNORED="/usr/$(get_libdir)/RMG/Plugin/Input/libmupen64plus_input_gca.so" - rust_pkg_setup + use rust-plugin && rust_pkg_setup } src_unpack() {