From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1A3015812D for ; Fri, 03 Jan 2025 16:33:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15663E0835; Fri, 03 Jan 2025 16:33:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3969E0835 for ; Fri, 03 Jan 2025 16:33:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81C02335DCC for ; Fri, 03 Jan 2025 16:33:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFBBBAED for ; Fri, 03 Jan 2025 16:33:44 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1735922017.d24d94ff80164f1c28078150a3bb701edc4b49c8.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-auth/hyprpolkitagent/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild X-VCS-Directories: sys-auth/hyprpolkitagent/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d24d94ff80164f1c28078150a3bb701edc4b49c8 X-VCS-Branch: dev Date: Fri, 03 Jan 2025 16:33:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5fdd3bb-8c4c-4609-a714-4c2f6f058142 X-Archives-Hash: 098cce001d269b4d0a06c9b4b3e84db1 commit: d24d94ff80164f1c28078150a3bb701edc4b49c8 Author: Johannes Huber gmx de> AuthorDate: Fri Jan 3 14:50:50 2025 +0000 Commit: David Roman gmail 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 gmx.de> Closes: https://github.com/gentoo/guru/pull/273 Signed-off-by: David Roman 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