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 0CF0D158089 for ; Mon, 2 Oct 2023 15:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D5162BC02E; Mon, 2 Oct 2023 15:06:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 095EC2BC02E for ; Mon, 2 Oct 2023 15:06:45 +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 E89ED335C2E for ; Mon, 2 Oct 2023 15:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6767D930 for ; Mon, 2 Oct 2023 15:06:42 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1696259197.bcd9b40ac47c5b392a33f5ea91e205da4e286d79.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/remmina/remmina-1.4.32.ebuild net-misc/remmina/remmina-1.4.33.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: bcd9b40ac47c5b392a33f5ea91e205da4e286d79 X-VCS-Branch: master Date: Mon, 2 Oct 2023 15:06:42 +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: aa9c9f35-5529-4c11-be81-7b02f4d3748e X-Archives-Hash: 6583c7a8bd6c2e7ea38bda0f88611753 commit: bcd9b40ac47c5b392a33f5ea91e205da4e286d79 Author: Ben Kohler gentoo org> AuthorDate: Mon Oct 2 15:06:23 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Oct 2 15:06:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd9b40a net-misc/remmina: quote FILESDIR Signed-off-by: Ben Kohler gentoo.org> net-misc/remmina/remmina-1.4.32.ebuild | 2 +- net-misc/remmina/remmina-1.4.33.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/remmina/remmina-1.4.32.ebuild b/net-misc/remmina/remmina-1.4.32.ebuild index 772019a15889..f3cd0f535fb5 100644 --- a/net-misc/remmina/remmina-1.4.32.ebuild +++ b/net-misc/remmina/remmina-1.4.32.ebuild @@ -71,7 +71,7 @@ pkg_setup() { } src_prepare() { - PATCHES+=( ${FILESDIR}/${P}-REM-2981.patch ) #914851 + PATCHES+=( "${FILESDIR}"/${P}-REM-2981.patch ) #914851 xdg_environment_reset cmake_src_prepare } diff --git a/net-misc/remmina/remmina-1.4.33.ebuild b/net-misc/remmina/remmina-1.4.33.ebuild index 746d4ed7bccc..9217f07d5493 100644 --- a/net-misc/remmina/remmina-1.4.33.ebuild +++ b/net-misc/remmina/remmina-1.4.33.ebuild @@ -71,7 +71,7 @@ pkg_setup() { } src_prepare() { - PATCHES+=( ${FILESDIR}/${PN}-1.4.32-REM-2981.patch ) #914851 + PATCHES+=( "${FILESDIR}"/${PN}-1.4.32-REM-2981.patch ) #914851 xdg_environment_reset cmake_src_prepare }