From 7ca39fda5eabb4d9cd9ecf381ac9facd664cd976 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sat, 28 Sep 2024 10:37:48 -0700 Subject: [PATCH] Add subprojects/fmt to looper package --- media-sound/looper/looper-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/looper/looper-9999.ebuild b/media-sound/looper/looper-9999.ebuild index d26c842..298dfc1 100644 --- a/media-sound/looper/looper-9999.ebuild +++ b/media-sound/looper/looper-9999.ebuild @@ -31,7 +31,7 @@ HOMEPAGE="https://complecwaft.com/catmeow/neko-player/" # Point to any required sources; these will be automatically downloaded by # Portage. EGIT_REPO_URI="https://complecwaft.com/catmeow/neko-player.git" -EGIT_SUBMODULES=(subprojects/vgmstream subprojects/SDL-Mixer-X backends/ui/imgui/imgui backends/imgui/IconFontsCppHeaders subprojects/jsoncpp) +EGIT_SUBMODULES=(subprojects/vgmstream subprojects/SDL-Mixer-X backends/ui/imgui/imgui backends/imgui/IconFontsCppHeaders subprojects/jsoncpp subprojects/fmt) # Source directory; the dir where the sources can be found (automatically # unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P} # If you don't need to change it, leave the S= line out of the ebuild