Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/
Date: Fri, 29 Nov 2019 19:53:34
Message-Id: 1575057170.846835a5aaf0096bccca8166b468c2dc22aa9936.alexxy@gentoo
1 commit: 846835a5aaf0096bccca8166b468c2dc22aa9936
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 19:50:49 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 19:52:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846835a5
7
8 x11-wm/xpra: Add py3.7
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 x11-wm/xpra/xpra-3.0.2.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/x11-wm/xpra/xpra-3.0.2.ebuild b/x11-wm/xpra/xpra-3.0.2.ebuild
17 index 26a8b868a47..066355135f2 100644
18 --- a/x11-wm/xpra/xpra-3.0.2.ebuild
19 +++ b/x11-wm/xpra/xpra-3.0.2.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=6
22
23 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3
24 -PYTHON_COMPAT=( python3_6 )
25 +PYTHON_COMPAT=( python3_{6,7} )
26 inherit xdg distutils-r1 eutils flag-o-matic user tmpfiles prefix
27
28 DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
29 @@ -83,6 +83,8 @@ DEPEND="${COMMON_DEPEND}
30 virtual/pkgconfig
31 >=dev-python/cython-0.16[${PYTHON_USEDEP}]"
32
33 +RESTRICT="!test? ( test )"
34 +
35 PATCHES=( "${FILESDIR}"/${PN}-3.0.2_ignore-gentoo-no-compile.patch
36 "${FILESDIR}"/${PN}-2.0-suid-warning.patch )