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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B18F15803E for ; Mon, 1 Jan 2024 20:35:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EF492BC023; Mon, 1 Jan 2024 20:35:24 +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 19AF22BC028 for ; Mon, 1 Jan 2024 20:35:24 +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 F04C633FD3F for ; Mon, 1 Jan 2024 20:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6479B1300 for ; Mon, 1 Jan 2024 20:35:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704141261.17eb8f5c6c99746ad1144840b47f064cca82951f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/sway/sway-9999.ebuild X-VCS-Directories: gui-wm/sway/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 17eb8f5c6c99746ad1144840b47f064cca82951f X-VCS-Branch: master Date: Mon, 1 Jan 2024 20:35:21 +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: b58f79f9-4448-4325-a070-69b0f1f5dd71 X-Archives-Hash: 59b78d6b9c5a1c0aebfe2b0467ca3110 commit: 17eb8f5c6c99746ad1144840b47f064cca82951f Author: Sam James gentoo org> AuthorDate: Mon Jan 1 20:24:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 1 20:34:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17eb8f5c gui-wm/sway: sync live Bug: https://bugs.gentoo.org/915703 Signed-off-by: Sam James gentoo.org> gui-wm/sway/sway-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index 3e3ec1143eeb..d5465651ab99 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -89,7 +89,7 @@ src_configure() { src_install() { meson_src_install - insinto /usr/share/xdg-desktop-portal/portals + insinto /usr/share/xdg-desktop-portal doins "${FILESDIR}/sway-portals.conf" }