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 A68A9158004 for ; Wed, 5 Apr 2023 02:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6325E084A; Wed, 5 Apr 2023 02:41:33 +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 B0AD9E084A for ; Wed, 5 Apr 2023 02:41:33 +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 BC512340CEE for ; Wed, 5 Apr 2023 02:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 354F98EB for ; Wed, 5 Apr 2023 02:41:30 +0000 (UTC) From: "Maciej Barć" 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ć" Message-ID: <1680662423.b54767af45f459a946f8fe4942340fa9cfab8af6.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-0.9.5-r3.ebuild games-emulation/melonds/melonds-0.9.5-r4.ebuild games-emulation/melonds/melonds-9999.ebuild X-VCS-Directories: games-emulation/melonds/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b54767af45f459a946f8fe4942340fa9cfab8af6 X-VCS-Branch: master Date: Wed, 5 Apr 2023 02:41:30 +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: aa1a6f15-5c3b-46ea-8d7c-f1f2230b30fb X-Archives-Hash: 169287cd96c366c10a2856cb860fa050 commit: b54767af45f459a946f8fe4942340fa9cfab8af6 Author: dakrk darkok xyz> AuthorDate: Wed Apr 5 01:55:03 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Apr 5 02:40:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54767af games-emulation/melonds: Drop media-libs/libepoxy dependency media-libs/libepoxy has not been required since 0.9.5, as the OpenGL context code has since been replaced. Signed-off-by: dakrk darkok.xyz> Signed-off-by: Maciej Barć gentoo.org> .../melonds/{melonds-0.9.5-r3.ebuild => melonds-0.9.5-r4.ebuild} | 3 +-- games-emulation/melonds/melonds-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/games-emulation/melonds/melonds-0.9.5-r3.ebuild b/games-emulation/melonds/melonds-0.9.5-r4.ebuild similarity index 95% rename from games-emulation/melonds/melonds-0.9.5-r3.ebuild rename to games-emulation/melonds/melonds-0.9.5-r4.ebuild index 49156ca69002..062deeb70674 100644 --- a/games-emulation/melonds/melonds-0.9.5-r3.ebuild +++ b/games-emulation/melonds/melonds-0.9.5-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,6 @@ RDEPEND=" media-libs/libsdl2[sound,video] net-libs/libpcap net-libs/libslirp - opengl? ( media-libs/libepoxy ) " DEPEND="${RDEPEND}" BDEPEND="kde-frameworks/extra-cmake-modules:5" diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild index 380ce1eb8140..d68ba29eb6b8 100644 --- a/games-emulation/melonds/melonds-9999.ebuild +++ b/games-emulation/melonds/melonds-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,6 @@ RDEPEND=" media-libs/libsdl2[sound,video] net-libs/libpcap net-libs/libslirp - opengl? ( media-libs/libepoxy ) " DEPEND="${RDEPEND}" BDEPEND="kde-frameworks/extra-cmake-modules:5"