diff options
author | Thiago Donato Ferreira <flowlnlnln@gmail.com> | 2023-11-08 19:47:58 -0300 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-09 08:47:12 +0100 |
commit | 043bb654c00c67b66733b306b2bdf0c394330dc0 (patch) | |
tree | 253715b148034ea6071900668924e75c6ba255e8 /games-action | |
parent | games-action/prismlauncher: disable ASan in debug build (diff) | |
download | gentoo-043bb654c00c67b66733b306b2bdf0c394330dc0.tar.gz gentoo-043bb654c00c67b66733b306b2bdf0c394330dc0.tar.bz2 gentoo-043bb654c00c67b66733b306b2bdf0c394330dc0.zip |
games-action/prismlauncher: add app-text/cmark to runtime dependencies
Closes: https://bugs.gentoo.org/917040
Co-authored-by: Mason Rocha <turret@turret.cyou>
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/prismlauncher/prismlauncher-7.2-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 |