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 EDDC615ACFB for ; Mon, 24 Apr 2023 20:38:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3EDEE0872; Mon, 24 Apr 2023 20:38:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85C13E0872 for ; Mon, 24 Apr 2023 20:38:21 +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 801AE33BDEF for ; Mon, 24 Apr 2023 20:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 685C5A51 for ; Mon, 24 Apr 2023 20:38:18 +0000 (UTC) From: "Remigiusz Micielski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Remigiusz Micielski" Message-ID: <1682368677.3d6e6056b4659710955f5f6095cf69cbf098085f.remigiusz.micielski@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: remigiusz.micielski X-VCS-Committer-Name: Remigiusz Micielski X-VCS-Revision: 3d6e6056b4659710955f5f6095cf69cbf098085f X-VCS-Branch: dev Date: Mon, 24 Apr 2023 20:38:18 +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: 23c1dd06-672f-498c-b87b-908ae29f7242 X-Archives-Hash: 1c75bcf9f1079861194cbf1cd682ffbd commit: 3d6e6056b4659710955f5f6095cf69cbf098085f Author: Remigiusz Micielski gmail com> AuthorDate: Mon Apr 24 20:34:51 2023 +0000 Commit: Remigiusz Micielski gmail com> 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 }