diff options
author | Julien Roy <julien@jroy.ca> | 2024-04-13 12:17:27 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-04-13 13:09:15 -0400 |
commit | 9f65899b898177e37cc52b615801ea33aa0f9256 (patch) | |
tree | 90aa2a645ef74536620025373d19f54706bad965 /games-util/mangohud/mangohud-9999.ebuild | |
parent | gui-apps/hyprlock: add 0.3.0-r1, drop 0.3.0 (diff) | |
download | guru-9f65899b898177e37cc52b615801ea33aa0f9256.tar.gz guru-9f65899b898177e37cc52b615801ea33aa0f9256.tar.bz2 guru-9f65899b898177e37cc52b615801ea33aa0f9256.zip |
games-util/mangohud: fix pkgcheck nit picks
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'games-util/mangohud/mangohud-9999.ebuild')
-rw-r--r-- | games-util/mangohud/mangohud-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 56583d775..f96a5d8ce 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -124,7 +124,8 @@ src_prepare() { find . -type f -exec sed -i 's|"imgui_internal.h"|<imgui/imgui_internal.h>|g' {} \; || die # replace imgui_dep in implot build file - sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die + sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' \ + -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die } multilib_src_configure() { |