aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Zander <negril.nx+gentoo@gmail.com>2024-12-11 16:59:52 +0100
committerPaul Zander <negril.nx+gentoo@gmail.com>2024-12-11 16:59:52 +0100
commit2948484bf14e36b9dd9dbbb98ee6afa2a3c4341b (patch)
tree3fc6964460d79c0fc9395854ec4d0b2db8c4e125 /sys-auth
parentmove {dev-debug,llvm-core}/lldb (diff)
downloadguru-2948484bf14e36b9dd9dbbb98ee6afa2a3c4341b.tar.gz
guru-2948484bf14e36b9dd9dbbb98ee6afa2a3c4341b.tar.bz2
guru-2948484bf14e36b9dd9dbbb98ee6afa2a3c4341b.zip
move {sys-devel,llvm-core}/clang
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r1.ebuild b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r1.ebuild
index 03c446577..0a04da60a 100644
--- a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r1.ebuild
+++ b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r1.ebuild
@@ -38,8 +38,8 @@ kg_setup() {
eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc"
die "GCC version is too old to compile Hyprland!"
elif tc-is-clang && ver_test $(clang-version) -lt 18 ; then
- eerror "Hyprpolkitagent requires >=sys-devel/clang-18 to build"
- eerror "Please upgrade Clang: emerge -v1 sys-devel/clang"
+ eerror "Hyprpolkitagent requires >=llvm-core/clang-18 to build"
+ eerror "Please upgrade Clang: emerge -v1 llvm-core/clang"
die "Clang version is too old to compile Hyprland!"
fi
}