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 46FB91581EC for ; Sat, 23 Nov 2024 17:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 827E3E0805; Sat, 23 Nov 2024 17:19:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 47425E0805 for ; Sat, 23 Nov 2024 17:19:42 +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 5D883342FA1 for ; Sat, 23 Nov 2024 17:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAAA01B55 for ; Sat, 23 Nov 2024 17:19:37 +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: <1732382326.43137a387a2504711e3edc2c03c4725968a7d547.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-4.4.6-r2.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 43137a387a2504711e3edc2c03c4725968a7d547 X-VCS-Branch: master Date: Sat, 23 Nov 2024 17:19:37 +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: 86f0151f-1cd8-4ef1-8ca2-21a3982eb26b X-Archives-Hash: e52094c43bdbe07c28d18e11ff98924d commit: 43137a387a2504711e3edc2c03c4725968a7d547 Author: Sam James gentoo org> AuthorDate: Sat Nov 23 17:18:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 23 17:18:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43137a38 x11-wm/xpra: fix patch filename Had double PV. Closes: https://bugs.gentoo.org/944742 Signed-off-by: Sam James gentoo.org> x11-wm/xpra/xpra-4.4.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-4.4.6-r2.ebuild b/x11-wm/xpra/xpra-4.4.6-r2.ebuild index 1b5d002d34a8..69a88735dbad 100644 --- a/x11-wm/xpra/xpra-4.4.6-r2.ebuild +++ b/x11-wm/xpra/xpra-4.4.6-r2.ebuild @@ -128,7 +128,7 @@ python_prepare_all() { sed -r -e '/pam_ENABLED/s/DEFAULT/False/' \ -e 's/^(xdg_open)_ENABLED = .*/\1_ENABLED = False/' \ -i setup.py || die - PATCHES+=( "${FILESDIR}"/${PN}-4.4.6_xpra-4.4.6_minimal-features.patch ) + PATCHES+=( "${FILESDIR}"/${PN}-4.4.6_minimal-features.patch ) fi distutils-r1_python_prepare_all