commit: 5601a0509525bf73865b8b8a5c58140298f6c645
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Sun May 4 08:38:46 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun May 4 08:38:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5601a050
gui-apps/hypridle: sync live
Signed-off-by: Johannes Huber <johu <AT> gmx.de>
gui-apps/hypridle/hypridle-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gui-apps/hypridle/hypridle-9999.ebuild
b/gui-apps/hypridle/hypridle-9999.ebuild
index 09434bbc9..9487ccd69 100644
--- a/gui-apps/hypridle/hypridle-9999.ebuild
+++ b/gui-apps/hypridle/hypridle-9999.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
@@ -20,10 +20,10 @@ LICENSE="BSD"
SLOT="0"
RDEPEND="
- >=dev-cpp/sdbus-c++-0.2.0
+ dev-cpp/sdbus-c++:0/2
>=dev-libs/hyprlang-0.4.0
- >=gui-libs/hyprutils-0.2.0:=
dev-libs/wayland
+ gui-libs/hyprutils:=
"
DEPEND="
${RDEPEND}
@@ -36,5 +36,5 @@ BDEPEND="
"
PATCHES=(
- "${FILESDIR}/hypridle-9999-fix-CFLAGS-CXXFLAGS.patch"
+ "${FILESDIR}/${P}-fix-CFLAGS-CXXFLAGS.patch"
)