From 7a3352abb71daa02994d0a67b1283bfba80fb3b9 Mon Sep 17 00:00:00 2001 From: Thiago Donato Ferreira Date: Mon, 12 Jun 2023 07:25:44 -0300 Subject: 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 Signed-off-by: Andrew Ammerlaan --- games-action/prismlauncher/prismlauncher-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games-action') 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 -- cgit v1.2.3-65-gdbad