sys-auth/hyprpolkitagent: fix pkg_setup

Signed-off-by: Johannes Huber <johu@gmx.de>
Closes: https://github.com/gentoo/guru/pull/273
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
Johannes Huber 2025-01-03 15:50:50 +01:00 committed by David Roman
parent 44a53f5e97
commit d24d94ff80
No known key found for this signature in database
GPG Key ID: D7475BA08F7705F5

View File

@ -30,7 +30,7 @@ BDEPEND="
virtual/pkgconfig
"
kg_setup() {
pkg_setup() {
[[ ${MERGE_TYPE} == binary ]] && return
if tc-is-gcc && ver_test $(gcc-version) -lt 14 ; then