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 99A3815806E for ; Tue, 16 May 2023 21:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C94D6E0848; Tue, 16 May 2023 21:55:59 +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 B546BE0848 for ; Tue, 16 May 2023 21:55:59 +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 E4834335DBE for ; Tue, 16 May 2023 21:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DD9FA59 for ; Tue, 16 May 2023 21:55:56 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1684274138.3731a2aa0ad2d30b6b089bd0c6667d6c5d84b505.chewi@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.4.ebuild x11-wm/xpra/xpra-9999.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 3731a2aa0ad2d30b6b089bd0c6667d6c5d84b505 X-VCS-Branch: master Date: Tue, 16 May 2023 21:55:56 +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: 19426469-a389-46b1-bda5-507550223d89 X-Archives-Hash: 4568d57beb976cbc1225bd15c661f624 commit: 3731a2aa0ad2d30b6b089bd0c6667d6c5d84b505 Author: James Le Cuirot gentoo org> AuthorDate: Tue May 16 21:54:41 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue May 16 21:55:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3731a2aa x11-wm/xpra: Update xpra_udev_product_version path It has changed since 4.3. Closes: https://bugs.gentoo.org/906372 Signed-off-by: James Le Cuirot gentoo.org> x11-wm/xpra/xpra-4.4.4.ebuild | 2 +- x11-wm/xpra/xpra-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/xpra/xpra-4.4.4.ebuild b/x11-wm/xpra/xpra-4.4.4.ebuild index 5683ea5b33ce..e458911550a1 100644 --- a/x11-wm/xpra/xpra-4.4.4.ebuild +++ b/x11-wm/xpra/xpra-4.4.4.ebuild @@ -199,7 +199,7 @@ python_install_all() { mv -vnT "${ED}"/usr/lib/udev "${ED}${dir}" || die else rm -vr "${ED}"/usr/lib/udev || die - rm -v "${ED}"/usr/bin/xpra_udev_product_version || die + rm -v "${ED}"/usr/libexec/xpra/xpra_udev_product_version || die fi } diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index c4e11b241ef1..b2d368301a68 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -200,7 +200,7 @@ python_install_all() { mv -vnT "${ED}"/usr/lib/udev "${ED}${dir}" || die else rm -vr "${ED}"/usr/lib/udev || die - rm -v "${ED}"/usr/bin/xpra_udev_product_version || die + rm -v "${ED}"/usr/libexec/xpra/xpra_udev_product_version || die fi }