diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-25 21:22:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-26 00:33:25 +0100 |
commit | 4396c608794f2d2760ef53df83426c52aef59704 (patch) | |
tree | b0303a68354a7d2247df6fe2996cada1ee573f00 /games-emulation/melonds | |
parent | ecm.eclass: Relax kde-frameworks/extra-cmake-modules SLOT dep to :* (diff) | |
download | gentoo-4396c608794f2d2760ef53df83426c52aef59704.tar.gz gentoo-4396c608794f2d2760ef53df83426c52aef59704.tar.bz2 gentoo-4396c608794f2d2760ef53df83426c52aef59704.zip |
kde-frameworks/extra-cmake-modules: slotmove 5 to 0
See also:
https://community.kde.org/Frameworks/6.0_Release_notes#Coinstallability
"Only one version of extra-cmake-modules can be installed. The KF6
version is backwards compatible and should also be used for KF5 builds."
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-emulation/melonds')
-rw-r--r-- | games-emulation/melonds/melonds-0.9.5-r4.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/melonds/melonds-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/melonds/melonds-0.9.5-r4.ebuild b/games-emulation/melonds/melonds-0.9.5-r4.ebuild index c0cf4baa64bc..a2ea52c0b297 100644 --- a/games-emulation/melonds/melonds-0.9.5-r4.ebuild +++ b/games-emulation/melonds/melonds-0.9.5-r4.ebuild @@ -39,7 +39,7 @@ RDEPEND=" net-libs/libslirp " DEPEND="${RDEPEND}" -BDEPEND="kde-frameworks/extra-cmake-modules:5" +BDEPEND="kde-frameworks/extra-cmake-modules:0" PATCHES=( "${FILESDIR}"/${P}-no-ccache-detection.patch ) diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild index 3bf0d22f5d0e..9255b44e2e4f 100644 --- a/games-emulation/melonds/melonds-9999.ebuild +++ b/games-emulation/melonds/melonds-9999.ebuild @@ -39,7 +39,7 @@ RDEPEND=" wayland? ( dev-libs/wayland ) " DEPEND="${RDEPEND}" -BDEPEND="wayland? ( kde-frameworks/extra-cmake-modules:5 )" +BDEPEND="wayland? ( kde-frameworks/extra-cmake-modules:0 )" # used for JIT recompiler QA_EXECSTACK="usr/bin/melonDS" |