From 6ba82b4e3dca885e5bc52a8e68e65e02d07b867f Mon Sep 17 00:00:00 2001 From: Loravis Date: Thu, 23 Jan 2025 13:36:31 +0100 Subject: [PATCH] gui-libs/hyprcursor: fix build Added 0.1.10-fstream.patch to the ebuild. It was initially not added, for some reason, which prevented this package from emerging successfully. Signed-off-by: Loravis Closes: https://github.com/gentoo/gentoo/pull/40272 Signed-off-by: Arthur Zamarin --- gui-libs/hyprcursor/hyprcursor-0.1.10-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui-libs/hyprcursor/hyprcursor-0.1.10-r1.ebuild b/gui-libs/hyprcursor/hyprcursor-0.1.10-r1.ebuild index 2901c4a6f367d..d895802878b4b 100644 --- a/gui-libs/hyprcursor/hyprcursor-0.1.10-r1.ebuild +++ b/gui-libs/hyprcursor/hyprcursor-0.1.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,4 +27,5 @@ RDEPEND=" PATCHES=( "${FILESDIR}"/0.1.10-llvm-fix.patch + "${FILESDIR}"/0.1.10-fstream.patch )