summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoravis <subarashiloravis@gmail.com>2025-01-23 13:36:31 +0100
committerArthur Zamarin <arthurzam@gentoo.org>2025-01-23 18:54:47 +0200
commit6ba82b4e3dca885e5bc52a8e68e65e02d07b867f (patch)
tree4828ca3783e39bb35029bd88b2a189c6d690ddbf /gui-libs
parentx11-misc/e16-keyedit: drop 0.9-r1 (diff)
downloadgentoo-6ba82b4e3dca885e5bc52a8e68e65e02d07b867f.tar.gz
gentoo-6ba82b4e3dca885e5bc52a8e68e65e02d07b867f.tar.bz2
gentoo-6ba82b4e3dca885e5bc52a8e68e65e02d07b867f.zip
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>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/hyprcursor/hyprcursor-0.1.10-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui-libs/hyprcursor/hyprcursor-0.1.10-r1.ebuild b/gui-libs/hyprcursor/hyprcursor-0.1.10-r1.ebuild
index 2901c4a6f367..d895802878b4 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
)