From 846835a5aaf0096bccca8166b468c2dc22aa9936 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Fri, 29 Nov 2019 22:50:49 +0300 Subject: [PATCH] x11-wm/xpra: Add py3.7 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Alexey Shvetsov --- x11-wm/xpra/xpra-3.0.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-3.0.2.ebuild b/x11-wm/xpra/xpra-3.0.2.ebuild index 26a8b868a474..066355135f20 100644 --- a/x11-wm/xpra/xpra-3.0.2.ebuild +++ b/x11-wm/xpra/xpra-3.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=6 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit xdg distutils-r1 eutils flag-o-matic user tmpfiles prefix DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy" @@ -83,6 +83,8 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig >=dev-python/cython-0.16[${PYTHON_USEDEP}]" +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}"/${PN}-3.0.2_ignore-gentoo-no-compile.patch "${FILESDIR}"/${PN}-2.0-suid-warning.patch ) -- 2.26.2