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 5526F15806E for ; Wed, 7 Jun 2023 08:42:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7296CE084E; Wed, 7 Jun 2023 08:42:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 57C2EE084E for ; Wed, 7 Jun 2023 08:42:17 +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 90E64340CE7 for ; Wed, 7 Jun 2023 08:42:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C97BFA5C for ; Wed, 7 Jun 2023 08:42:14 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1686127309.7fbc642751f7cc211d5763de3481434135ee4ca7.pacho@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.5-r1.ebuild x11-wm/xpra/xpra-9999.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7fbc642751f7cc211d5763de3481434135ee4ca7 X-VCS-Branch: master Date: Wed, 7 Jun 2023 08:42:14 +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: 25f51d3a-7b08-4296-925a-08a3f6d079c3 X-Archives-Hash: 15316b16c93ea226c03cf3f38b2a99da commit: 7fbc642751f7cc211d5763de3481434135ee4ca7 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 7 08:41:49 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 7 08:41:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fbc6427 x11-wm/xpra: Set DISTUTILS_EXT=1 Signed-off-by: Pacho Ramos gentoo.org> x11-wm/xpra/xpra-4.4.5-r1.ebuild | 1 + x11-wm/xpra/xpra-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-wm/xpra/xpra-4.4.5-r1.ebuild b/x11-wm/xpra/xpra-4.4.5-r1.ebuild index 5b09076bf35b..edf3498864ce 100644 --- a/x11-wm/xpra/xpra-4.4.5-r1.ebuild +++ b/x11-wm/xpra/xpra-4.4.5-r1.ebuild @@ -14,6 +14,7 @@ fi PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=yes DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_EXT=1 inherit xdg xdg-utils distutils-r1 tmpfiles udev diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index 6accf7da4de8..00b773011b00 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -14,6 +14,7 @@ fi PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=yes DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_EXT=1 inherit xdg xdg-utils distutils-r1 tmpfiles udev