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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D614F1382C5 for ; Mon, 8 Jun 2020 20:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1090EE0870; Mon, 8 Jun 2020 20:54:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8AB8E0870 for ; Mon, 8 Jun 2020 20:54:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF91534F1ED for ; Mon, 8 Jun 2020 20:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD3A6275 for ; Mon, 8 Jun 2020 20:54:43 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1591649678.4c358fcc9a2e9820f76e06be064beb449dd7957a.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-3.0.2-r1.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 4c358fcc9a2e9820f76e06be064beb449dd7957a X-VCS-Branch: master Date: Mon, 8 Jun 2020 20:54:43 +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: 2e3281a3-5ada-45a8-b169-faf616409b95 X-Archives-Hash: ff8a9c5064708297340bdbf5b1b80e04 commit: 4c358fcc9a2e9820f76e06be064beb449dd7957a Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Jun 8 20:54:38 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Jun 8 20:54:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c358fcc x11-wm/xpra: Fix pkgcore warning Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov gentoo.org> x11-wm/xpra/xpra-3.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-3.0.2-r1.ebuild b/x11-wm/xpra/xpra-3.0.2-r1.ebuild index 67c37be000f..f518280f02d 100644 --- a/x11-wm/xpra/xpra-3.0.2-r1.ebuild +++ b/x11-wm/xpra/xpra-3.0.2-r1.ebuild @@ -88,7 +88,7 @@ pkg_postinst() { } python_prepare_all() { - use dbus || eapply ${FILESDIR}/${PN}-3.0.2-dbus.patch + use dbus || eapply "${FILESDIR}/${PN}-3.0.2-dbus.patch" hprefixify -w '/os.path/' setup.py hprefixify tmpfiles.d/xpra.conf xpra/server/server_util.py \