summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakrk <dark@darkok.xyz>2023-04-05 02:55:03 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-04-05 04:40:23 +0200
commitb54767af45f459a946f8fe4942340fa9cfab8af6 (patch)
tree230b0d75eeb997edf349ff5ebb74a77b4513386d /games-emulation/melonds/melonds-9999.ebuild
parentx11-drivers/xf86-input-libinput: Version bump to 1.3.0 (diff)
downloadgentoo-b54767af45f459a946f8fe4942340fa9cfab8af6.tar.gz
gentoo-b54767af45f459a946f8fe4942340fa9cfab8af6.tar.bz2
gentoo-b54767af45f459a946f8fe4942340fa9cfab8af6.zip
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 <dark@darkok.xyz> Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'games-emulation/melonds/melonds-9999.ebuild')
-rw-r--r--games-emulation/melonds/melonds-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
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"