commit: 7a3352abb71daa02994d0a67b1283bfba80fb3b9
Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com>
AuthorDate: Mon Jun 12 10:25:44 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 19:45:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3352ab
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 <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
games-action/prismlauncher/prismlauncher-9999.ebuild | 5 +++--
1 file 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