commit: 043bb654c00c67b66733b306b2bdf0c394330dc0 Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com> AuthorDate: Wed Nov 8 22:47:58 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Nov 9 07:47:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043bb654
games-action/prismlauncher: add app-text/cmark to runtime dependencies Closes: https://bugs.gentoo.org/917040 Co-authored-by: Mason Rocha <turret <AT> turret.cyou> Signed-off-by: Thiago Donato Ferreira <flowlnlnln <AT> gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> games-action/prismlauncher/prismlauncher-7.2-r1.ebuild | 2 +- games-action/prismlauncher/prismlauncher-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild b/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild index 84e6796ee32f..06a89b80966d 100644 --- a/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild +++ b/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild @@ -74,6 +74,7 @@ COMMON_DEPENDS=" !qt6? ( >=dev-libs/quazip-1.3:=[qt5(+)] ) qt6? ( >=dev-libs/quazip-1.3:=[qt6(-)] ) + app-text/cmark sys-libs/zlib " @@ -81,7 +82,6 @@ COMMON_DEPENDS=" # only on legacy macOS. Still, we need it present at build time to appease CMake, and having it like this # makes it easier to maintain than patching the CMakeLists file directly. BDEPEND=" - app-text/cmark app-text/scdoc dev-cpp/gulrak-filesystem kde-frameworks/extra-cmake-modules:5 diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index c60586d65332..f3bc7a163f2f 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -74,6 +74,7 @@ COMMON_DEPENDS=" !qt6? ( >=dev-libs/quazip-1.3:=[qt5(+)] ) qt6? ( >=dev-libs/quazip-1.3:=[qt6(-)] ) + app-text/cmark sys-libs/zlib " @@ -81,7 +82,6 @@ COMMON_DEPENDS=" # only on legacy macOS. Still, we need it present at build time to appease CMake, and having it like this # makes it easier to maintain than patching the CMakeLists file directly. BDEPEND=" - app-text/cmark app-text/scdoc dev-cpp/gulrak-filesystem kde-frameworks/extra-cmake-modules:5
