Skip to content

Commit

Permalink
games-action/prismlauncher: add app-text/cmark BDEPEND to live build
Browse files Browse the repository at this point in the history
As of commit 24a4bd3a1c33702946b88a3d8017268fb8134210 of upstream, cmark
has been added as a dependency, with the possibility of using the system
library instead of the bundled one.

This patch also updates the copyright date on the live ebuild file.

Signed-off-by: Thiago Donato Ferreira <[email protected]>
Signed-off-by: Andrew Ammerlaan <[email protected]>
  • Loading branch information
flowln authored and Nowa-Ammerlaan committed Jun 13, 2023
1 parent 4c32d1f commit 7a3352a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions games-action/prismlauncher/prismlauncher-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
"

# TODO: Add tomlplusplus as a system library, like quazip
EGIT_SUBMODULES=( '*' '-libraries/quazip' '-libraries/filesystem' '-libraries/zlib' '-libraries/extra-cmake-modules' )
EGIT_SUBMODULES=( '*' '-libraries/quazip' '-libraries/filesystem' '-libraries/zlib' '-libraries/extra-cmake-modules' '-libraries/cmark' )
else
MY_PN="PrismLauncher"

Expand Down Expand Up @@ -81,6 +81,7 @@ 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
Expand Down

0 comments on commit 7a3352a

Please sign in to comment.