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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E60731582EF for ; Mon, 10 Feb 2025 02:19:34 +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 B3E6B343159 for ; Mon, 10 Feb 2025 02:19:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B6F6911047A; Mon, 10 Feb 2025 02:19:16 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A8B2911047B for ; Mon, 10 Feb 2025 02:19:16 +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 38D3F343123 for ; Mon, 10 Feb 2025 02:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D84277E for ; Mon, 10 Feb 2025 02:19:13 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1739153167.c63ddd5e297fb61a628f439b3375e5f26595997c.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednafen-jg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mednafen-jg/mednafen-jg-1.32.1.ebuild games-emulation/mednafen-jg/mednafen-jg-9999.ebuild X-VCS-Directories: games-emulation/mednafen-jg/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: c63ddd5e297fb61a628f439b3375e5f26595997c X-VCS-Branch: master Date: Mon, 10 Feb 2025 02:19:13 +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: 3b80cfad-168a-4901-b511-4768cdc7a7ce X-Archives-Hash: 7c449b6433572fa20f799178283c744f commit: c63ddd5e297fb61a628f439b3375e5f26595997c Author: orbea riseup net> AuthorDate: Wed Jan 15 22:27:18 2025 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Feb 10 02:06:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63ddd5e games-emulation/mednafen-jg: add missing dependency Signed-off-by: orbea riseup.net> Signed-off-by: Michael Orlitzky gentoo.org> games-emulation/mednafen-jg/mednafen-jg-1.32.1.ebuild | 3 ++- games-emulation/mednafen-jg/mednafen-jg-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games-emulation/mednafen-jg/mednafen-jg-1.32.1.ebuild b/games-emulation/mednafen-jg/mednafen-jg-1.32.1.ebuild index 20d7f90f9bd8..e843f59c0b3d 100644 --- a/games-emulation/mednafen-jg/mednafen-jg-1.32.1.ebuild +++ b/games-emulation/mednafen-jg/mednafen-jg-1.32.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,6 +29,7 @@ DEPEND=" media-libs/flac media-libs/jg:1= sys-libs/zlib:=[minizip] + virtual/libiconv " RDEPEND=" ${DEPEND} diff --git a/games-emulation/mednafen-jg/mednafen-jg-9999.ebuild b/games-emulation/mednafen-jg/mednafen-jg-9999.ebuild index 20d7f90f9bd8..e843f59c0b3d 100644 --- a/games-emulation/mednafen-jg/mednafen-jg-9999.ebuild +++ b/games-emulation/mednafen-jg/mednafen-jg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,6 +29,7 @@ DEPEND=" media-libs/flac media-libs/jg:1= sys-libs/zlib:=[minizip] + virtual/libiconv " RDEPEND=" ${DEPEND}