summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Donato Ferreira <flowlnlnln@gmail.com>2023-06-12 07:25:44 -0300
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-06-13 21:45:41 +0200
commit7a3352abb71daa02994d0a67b1283bfba80fb3b9 (patch)
treec9ef994c6c94d3f78637c84f18b866bb5cc185f6 /games-action
parentmedia-libs/libjpeg-turbo: Stabilize 2.1.5.1 ppc64, #908208 (diff)
downloadgentoo-7a3352abb71daa02994d0a67b1283bfba80fb3b9.tar.gz
gentoo-7a3352abb71daa02994d0a67b1283bfba80fb3b9.tar.bz2
gentoo-7a3352abb71daa02994d0a67b1283bfba80fb3b9.zip
games-action/prismlauncher: add app-text/cmark BDEPEND to live build
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 <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/prismlauncher/prismlauncher-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild
index 2c80e3d6509d..19ea1c798175 100644
--- a/games-action/prismlauncher/prismlauncher-9999.ebuild
+++ b/games-action/prismlauncher/prismlauncher-9999.ebuild
@@ -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
@@ -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"
@@ -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