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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9441B15ACFB for ; Wed, 26 Apr 2023 09:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCCCDE087C; Wed, 26 Apr 2023 09:44:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B5CF5E087C for ; Wed, 26 Apr 2023 09:44:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F913340FD0 for ; Wed, 26 Apr 2023 09:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39560A5F for ; Wed, 26 Apr 2023 09:44:03 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1682368677.3d6e6056b4659710955f5f6095cf69cbf098085f.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/xdg-desktop-portal-hyprland/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0-r1.ebuild gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild X-VCS-Directories: gui-libs/xdg-desktop-portal-hyprland/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 3d6e6056b4659710955f5f6095cf69cbf098085f X-VCS-Branch: master Date: Wed, 26 Apr 2023 09:44:03 +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: 7a6aec1e-ea8c-4ef7-820f-5aba5dc70574 X-Archives-Hash: 7c353b75311bab2b7317d7c100919484 commit: 3d6e6056b4659710955f5f6095cf69cbf098085f Author: Remigiusz Micielski gmail com> AuthorDate: Mon Apr 24 20:34:51 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Apr 24 20:37:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d6e6056 gui-libs/xdg-desktop-portal-hyprland: add 0.3.0-r1, update 9999 Closes: https://bugs.gentoo.org/904889 Signed-off-by: Remigiusz Micielski gmail.com> ...nd-9999.ebuild => xdg-desktop-portal-hyprland-0.3.0-r1.ebuild} | 8 ++++---- .../xdg-desktop-portal-hyprland-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0-r1.ebuild similarity index 90% copy from gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild copy to gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0-r1.ebuild index 2db31ff4d..17ebcc66e 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.3.0-r1.ebuild @@ -51,13 +51,13 @@ BDEPEND=" " src_configure() { - local emasonargs=() + local emesonargs=() if use systemd; then - emasonargs+=(-Dsd-bus-provider=libsystemd) + emesonargs+=(-Dsd-bus-provider=libsystemd) elif use elogind; then - emasonargs+=(-Dsd-bus-provider=libelogind) + emesonargs+=(-Dsd-bus-provider=libelogind) else - emasonargs+=(-Dsd-bus-provider=basu) + emesonargs+=(-Dsd-bus-provider=basu) fi meson_src_configure } diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild index 2db31ff4d..17ebcc66e 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild @@ -51,13 +51,13 @@ BDEPEND=" " src_configure() { - local emasonargs=() + local emesonargs=() if use systemd; then - emasonargs+=(-Dsd-bus-provider=libsystemd) + emesonargs+=(-Dsd-bus-provider=libsystemd) elif use elogind; then - emasonargs+=(-Dsd-bus-provider=libelogind) + emesonargs+=(-Dsd-bus-provider=libelogind) else - emasonargs+=(-Dsd-bus-provider=basu) + emesonargs+=(-Dsd-bus-provider=basu) fi meson_src_configure }