From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1528018-garchives=archives.gentoo.org@lists.gentoo.org> 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 B869215810F for <garchives@archives.gentoo.org>; Sun, 11 Jun 2023 18:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A06EDE07E1; Sun, 11 Jun 2023 18:17:36 +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 83898E07E1 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Jun 2023 18:17:36 +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 7A12A3413D4 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Jun 2023 18:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C05DDA91 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Jun 2023 18:17:33 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1686507347.838c7643703819b5cdf7bb3a98e8c5c53eb0bfd2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mastergear-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mastergear-bin/mastergear-bin-4.9-r1.ebuild games-emulation/mastergear-bin/mastergear-bin-4.9.ebuild X-VCS-Directories: games-emulation/mastergear-bin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 838c7643703819b5cdf7bb3a98e8c5c53eb0bfd2 X-VCS-Branch: master Date: Sun, 11 Jun 2023 18:17:33 +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: 9e4e74c1-821c-4ac9-8825-1da26cba9385 X-Archives-Hash: 6493283fb7b57bfc35653ef614d54a0f commit: 838c7643703819b5cdf7bb3a98e8c5c53eb0bfd2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed May 31 20:37:06 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 18:15:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838c7643 games-emulation/mastergear-bin: EAPI-8, switch to media-libs/libpulse Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../{mastergear-bin-4.9.ebuild => mastergear-bin-4.9-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-emulation/mastergear-bin/mastergear-bin-4.9.ebuild b/games-emulation/mastergear-bin/mastergear-bin-4.9-r1.ebuild similarity index 88% rename from games-emulation/mastergear-bin/mastergear-bin-4.9.ebuild rename to games-emulation/mastergear-bin/mastergear-bin-4.9-r1.ebuild index 80ee8bfc6bfb..ecb2f7433964 100644 --- a/games-emulation/mastergear-bin/mastergear-bin-4.9.ebuild +++ b/games-emulation/mastergear-bin/mastergear-bin-4.9-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="SEGA Master System / Game Gear emulator" HOMEPAGE="https://fms.komkon.org/MG/" @@ -15,7 +15,7 @@ RESTRICT="bindist mirror" RDEPEND=" || ( - media-sound/pulseaudio + media-libs/libpulse media-sound/apulse[sdk] ) sys-libs/zlib:=