Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/
Date: Thu, 30 Apr 2020 14:46:06
Message-Id: 1588257761.879c818c4fdcb88490fe7ce9f6a12a11d5917eef.dlan@gentoo
1 commit: 879c818c4fdcb88490fe7ce9f6a12a11d5917eef
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 28 11:56:32 2020 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 30 14:42:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879c818c
7
8 app-emulation/xen-pvgrub: add python3.{7,8} support
9
10 Closes: https://github.com/gentoo/gentoo/pull/15554
11 Bug: https://bugs.gentoo.org/718216
12 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
13 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
14
15 app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
19 index 2fec4e1c157..5c95dccf2ec 100644
20 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
21 +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild
22 @@ -3,8 +3,8 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_6 )
27 -PYTHON_REQ_USE='xml,threads'
28 +PYTHON_COMPAT=( python3_{6,7,8} )
29 +PYTHON_REQ_USE='xml,threads(+)'
30
31 inherit flag-o-matic multilib python-single-r1 toolchain-funcs