commit: 0006ac7e4853c032a35f4eb1cb9ab4c1bac0e7e6 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 22:47:37 2025 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 22:48:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0006ac7e
net-misc/sunshine: Add missing dev-cpp/nlohmann_json dependency This used to only be required for Windows, but now it is unconditional. Closes: https://bugs.gentoo.org/958390 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> net-misc/sunshine/sunshine-2025.122.141614.ebuild | 1 + net-misc/sunshine/sunshine-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-misc/sunshine/sunshine-2025.122.141614.ebuild b/net-misc/sunshine/sunshine-2025.122.141614.ebuild index 51636fb427f7..ba6116f01f8d 100644 --- a/net-misc/sunshine/sunshine-2025.122.141614.ebuild +++ b/net-misc/sunshine/sunshine-2025.122.141614.ebuild @@ -168,6 +168,7 @@ RDEPEND=" DEPEND=" ${CDEPEND} + dev-cpp/nlohmann_json media-libs/amf-headers <media-libs/nv-codec-headers-14 wayland? ( dev-libs/wayland-protocols ) diff --git a/net-misc/sunshine/sunshine-9999.ebuild b/net-misc/sunshine/sunshine-9999.ebuild index 218e7ffcefdd..563e4a83fbbc 100644 --- a/net-misc/sunshine/sunshine-9999.ebuild +++ b/net-misc/sunshine/sunshine-9999.ebuild @@ -168,6 +168,7 @@ RDEPEND=" DEPEND=" ${CDEPEND} + dev-cpp/nlohmann_json media-libs/amf-headers <media-libs/nv-codec-headers-14 wayland? ( dev-libs/wayland-protocols )
