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 D93D51382C5 for ; Mon, 8 Jun 2020 20:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08208E08C3; Mon, 8 Jun 2020 20:54:48 +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 E156CE08C3 for ; Mon, 8 Jun 2020 20:54:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F2E7634F20E for ; Mon, 8 Jun 2020 20:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94F911EE 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: <1591649607.da468b02093835fc154bf95220bc27afac29debd.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.5-r1.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: da468b02093835fc154bf95220bc27afac29debd 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: dba0bedf-4dd8-4ddb-8773-d18e5ba5c2f9 X-Archives-Hash: 16e5cdee41a8fe0135d5c5c7482dad3e commit: da468b02093835fc154bf95220bc27afac29debd Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Jun 8 20:53:27 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Jun 8 20:53:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da468b02 x11-wm/xpra: Works with py38 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov gentoo.org> x11-wm/xpra/xpra-3.0.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-3.0.5-r1.ebuild b/x11-wm/xpra/xpra-3.0.5-r1.ebuild index ab142fb477a..843bae636e4 100644 --- a/x11-wm/xpra/xpra-3.0.5-r1.ebuild +++ b/x11-wm/xpra/xpra-3.0.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit xdg distutils-r1 eutils flag-o-matic user tmpfiles prefix DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"