commit: d24d94ff80164f1c28078150a3bb701edc4b49c8 Author: Johannes Huber <johu <AT> gmx <DOT> de> AuthorDate: Fri Jan 3 14:50:50 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Jan 3 16:33:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d24d94ff
sys-auth/hyprpolkitagent: fix pkg_setup Signed-off-by: Johannes Huber <johu <AT> gmx.de> Closes: https://github.com/gentoo/guru/pull/273 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild index fdde77195..ee57c201f 100644 --- a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild +++ b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild @@ -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
