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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 707B715800A for ; Sun, 20 Aug 2023 17:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3C0C2BC04A; Sun, 20 Aug 2023 17:41:11 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 98EE72BC04A for ; Sun, 20 Aug 2023 17:41:11 +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 975C833EB78 for ; Sun, 20 Aug 2023 17:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 017E11044 for ; Sun, 20 Aug 2023 17:41:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1692553265.3856158147f0bf938064a3d6b6bea52bfce4107c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-5.0_p20220520-r1.ebuild games-emulation/dolphin/dolphin-5.0_p20220520-r2.ebuild games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3856158147f0bf938064a3d6b6bea52bfce4107c X-VCS-Branch: master Date: Sun, 20 Aug 2023 17:41:09 +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: da86ce70-af61-4952-80b9-8376e0a179cd X-Archives-Hash: 45884681801026d9897765d8ee4ab2d1 commit: 3856158147f0bf938064a3d6b6bea52bfce4107c Author: Michał Górny gentoo org> AuthorDate: Sun Aug 20 17:37:38 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 20 17:41:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38561581 games-emulation/dolphin: Add slot op on media-libs/libsfml dep Signed-off-by: Michał Górny gentoo.org> ...olphin-5.0_p20220520-r1.ebuild => dolphin-5.0_p20220520-r2.ebuild} | 4 ++-- games-emulation/dolphin/dolphin-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-emulation/dolphin/dolphin-5.0_p20220520-r1.ebuild b/games-emulation/dolphin/dolphin-5.0_p20220520-r2.ebuild similarity index 98% rename from games-emulation/dolphin/dolphin-5.0_p20220520-r1.ebuild rename to games-emulation/dolphin/dolphin-5.0_p20220520-r2.ebuild index 1660b4e0497e..af6e7afd45e0 100644 --- a/games-emulation/dolphin/dolphin-5.0_p20220520-r1.ebuild +++ b/games-emulation/dolphin/dolphin-5.0_p20220520-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -47,7 +47,7 @@ RDEPEND=" dev-libs/pugixml:= media-libs/cubeb:= media-libs/libpng:= - media-libs/libsfml + media-libs/libsfml:= media-libs/mesa[egl(+)] net-libs/enet:1.3 net-libs/mbedtls:= diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 38913a1d3125..690c3afb5517 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -45,7 +45,7 @@ RDEPEND=" dev-libs/pugixml:= media-libs/cubeb:= media-libs/libpng:= - media-libs/libsfml + media-libs/libsfml:= media-libs/mesa[egl(+)] net-libs/enet:1.3 net-libs/mbedtls:=