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 <subarashiloravis@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40272
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Loravis
2025-01-23 13:36:31 +01:00
committed by Arthur Zamarin
parent fdca76e16f
commit 6ba82b4e3d

View File

@@ -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
)