diff options
author | dakrk <dark@darkok.xyz> | 2023-04-05 02:55:03 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-05 04:40:23 +0200 |
commit | b54767af45f459a946f8fe4942340fa9cfab8af6 (patch) | |
tree | 230b0d75eeb997edf349ff5ebb74a77b4513386d /games-emulation | |
parent | x11-drivers/xf86-input-libinput: Version bump to 1.3.0 (diff) | |
download | gentoo-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')
-rw-r--r-- | games-emulation/melonds/melonds-0.9.5-r4.ebuild (renamed from games-emulation/melonds/melonds-0.9.5-r3.ebuild) | 3 | ||||
-rw-r--r-- | 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 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" |